-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
See this StackOverflow problem that contains a demonstration example. The bug apparently is in the override of the cell renderer in the peer object. The following "fixes" the bug:
new Table {
// disable broken renderer
override lazy val peer: JTable = new JTable with SuperMixin
}
So the getCellRenderer must be doing something wrong in terms of view versus model indices.
Perhaps related: #30 (says column-sorting though)
Metadata
Metadata
Assignees
Labels
No labels