Skip to content

JBroTable-1.1

Compare
Choose a tag to compare
@Qualtagh Qualtagh released this 16 Jun 11:20
· 31 commits to master since this release

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.