Releases: Qualtagh/JBroTable
Releases · Qualtagh/JBroTable
JBroTable-2.0.1
Fixed graphical artifact (issue: cell disappears on dragging)
JBroTable-2.0
Package name was changed to io.github.qualtagh.swing.table
JBroTable-1.1.3
Methods addColumn and removeColumn added to JBroTableModel
JBroTable-1.1.2
Even more performance improvements: caching of rendered cells added.
Now it's faster than JTable.
JBroTable-1.1.1
Further performance boost.
Now it's as fast as JTable itself is.
JBroTable-1.1
Performance boost.
Deprecated method "setHeaderHeight" removed. Reasons:
- It was buggy: it changed the height of the header but that height sometimes wasn't equal to the value given as an argument.
- It was duplicating a method "setRowHeight" in table header.
- It was causing performance troubles.
Its removal allowed to speed up rendering of header cells.
JBroTable-1.0.5
Ability to fix columns at the left side.
Bug fixes.
JBroTable-1.0.4
Advanced row sorter class added. It allows to define a list of columns that should precede ordering chosen by user.
JBroTable-1.0.3
Custom renderers support.
JBroTable-1.0.2
Bug fixes.
Rendering improvements.