v0.8.8-alpha
Pre-release
Pre-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 withsetHasFixedWidth(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.