Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update table.clj #150

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update table.clj #150

wants to merge 1 commit into from

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