SortableTableView v2.7.0 Release Notes

Release Date: 2017-08-26 // over 6 years ago
  • ๐Ÿ†• 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