Skip to content

Table row-sorting is broken #47

Closed
Closed
@Sciss

Description

@Sciss

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions