v0.8.7-alpha
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 :