Skip to content

v2.7.0 - Introduce SortingStatus and hiding of Header

Compare
Choose a tag to compare
@ISchwarz23 ISchwarz23 released this 26 Aug 19:38
· 17 commits to master since this release

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. use SortableTableView#sort( int, SortingOrder ) instead

Other:

  • updated build tool version to 25.0.2