Skip to content

Update table.clj - #150

Open
protoflex wants to merge 1 commit into
clj-commons:developfrom
protoflex:patch-1
Open

Update table.clj#150
protoflex wants to merge 1 commit into
clj-commons:developfrom
protoflex:patch-1

Conversation

@protoflex

Copy link
Copy Markdown

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

daveray commented Sep 1, 2013

Copy link
Copy Markdown
Collaborator

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