v2.7.0 - Introduce SortingStatus and hiding of Header
New Features:
- retrieve the current table sorting status using
SortableTableView#getSortingOrder()
- show/hide the table header using
TableView#setHeaderVisible( boolean )
- show/hide the table header animated using
TableView#setHeaderVisible( boolean, int )
New Tools:
- show/hide the table header on scroll using the
TableHeaderCollapseOnScrollListener
Obsolescence:
- the method
SortableTableView#sort( int, boolean )
is now obsolete. useSortableTableView#sort( int, SortingOrder )
instead
Other:
- updated build tool version to 25.0.2