Skip to content

Releases: Qualtagh/JBroTable

JBroTable-2.0.1

01 Aug 07:03
Compare
Choose a tag to compare

Fixed graphical artifact (issue: cell disappears on dragging)

JBroTable-2.0

01 Aug 07:01
Compare
Choose a tag to compare

Package name was changed to io.github.qualtagh.swing.table

JBroTable-1.1.3

23 Jul 21:26
Compare
Choose a tag to compare

Methods addColumn and removeColumn added to JBroTableModel

JBroTable-1.1.2

01 Jul 12:05
Compare
Choose a tag to compare

Even more performance improvements: caching of rendered cells added.

Now it's faster than JTable.

JBroTable-1.1.1

20 Jun 09:25
Compare
Choose a tag to compare

Further performance boost.

Now it's as fast as JTable itself is.

JBroTable-1.1

16 Jun 11:20
Compare
Choose a tag to compare

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

15 Jun 08:40
Compare
Choose a tag to compare

Ability to fix columns at the left side.
Bug fixes.

JBroTable-1.0.4

09 Jun 11:27
Compare
Choose a tag to compare

Advanced row sorter class added. It allows to define a list of columns that should precede ordering chosen by user.

JBroTable-1.0.3

07 Jun 12:00
Compare
Choose a tag to compare

Custom renderers support.

JBroTable-1.0.2

07 Jun 05:53
Compare
Choose a tag to compare

Bug fixes.
Rendering improvements.