Skip to content

v0.8.7-alpha

Compare
Choose a tag to compare
@evrencoskun evrencoskun released this 06 May 13:11
· 142 commits to master since this release
ea26c2d

NewFeature:

  • TableView has a new handler class (PreferencesHandler) to retain and restore TableView preferences like the scroll positions and the selected positions.
  • RowHeader Sorting implementation has been inserted.
  • New helper method to set the Row Header width value dynamically.setRowHeaderWidth(row, width)
  • ColumnSortHandler has two new functions;
    • setEnableAnimation(boolean mEnableAnimation) : To enable/disable Sort animation (DiffUtils). (enabled by default)
    • boolean isEnableAnimation() : To check the current state.
  • Added ColumnSortStateChangedListener implementation to dispatch changes in column sort state to Pagination and update the page contents and the order of the dataset.

BugFix :