Skip to content

Conversation

protoflex
Copy link

To get proper sorting behavior for non-String columns, it is necessary to override the getColumnClass method of DefaultTableModel class. This patch allows users to specify column class and is used by the overridden getColumnClass method in proxy-table-model.

To get proper sorting behavior for non-String columns, it is necessary to override the getColumnClass method of DefaultTableModel class. This patch allows users to specify column class and is used by the overridden getColumnClass method in proxy-table-model.
@daveray
Copy link
Collaborator

daveray commented Sep 1, 2013

Thanks @protoflex for contributing. It looks good, but would you mind writing a test for this as well to ensure it works as expected and continues working in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants