v1.2.0
Filtering now available π
Added filtering to the Tables in addition to sorting in last release, check out CHANGELOG.md, also pasted bellow for release verbosity.
Changelog
Features
- Filterin is now availible for
Table
andTableSingleType
using new methods:UnsetFilter
remove filteringSetFilter
sets the filter on a column by indexGetFilter
gets index of filtered column and the value of the filter
- Added
MustGetCellWithIndex
- Fixed visible table calculations when filtering
- Added filter info to the status box
- Header rendering of sorting and filtering symbols is improved