Skip to content

v0.8.8-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@evrencoskun evrencoskun released this 13 May 19:25
· 131 commits to master since this release

NewFeatures :

  • There is a new helper method to set a width value to the desired column position programmatically. setColumnWidth(int columnPosition, int width) It also works with setHasFixedWidth(true) that means, if you set a constant width value for some columns, others column width values will be calculated as before by TableView.
  • Performance improvements to provide smoother scroll.