Skip to content

v1.2.0

Compare
Choose a tag to compare
@76creates 76creates released this 27 Feb 01:37
· 39 commits to master since this release

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 and TableSingleType using new methods:
    • UnsetFilter remove filtering
    • SetFilter sets the filter on a column by index
    • GetFilter 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