Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-08-26 | 568 Bytes | |
v2.7.0 - Introduce SortingStatus and hiding of Header source code.tar.gz | 2017-08-26 | 2.8 MB | |
v2.7.0 - Introduce SortingStatus and hiding of Header source code.zip | 2017-08-26 | 2.8 MB | |
Totals: 3 Items | 5.6 MB | 0 |
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