ka-table v2.1.1 Release Notes

Release Date: 2019-12-31 // over 4 years ago
  • ๐Ÿš€ This release big work was direct on filter improvements and consistency in naming, as a result, some breaking changes have been made, also the major version number was increased to 2

    ๐Ÿ‘Œ Improvements:

    1. Filter row now working with date
    2. Predefined filter operations: '=', '>', '<', '<=', '>=', 'contains'
    3. Filter Row - Custom Editor demo has more customization examples

    ๐Ÿ’ฅ Breaking changes:

    ๐Ÿ‘€ 1. onValueChange has been removed from EditorFuncPropsWithChildren. Use dispatch instead. See demos: Custom Editor, Filter Row - Custom Editor ๐Ÿ‘€ 2. FilterRow option has been removed. The new option is filteringMode: FilteringMode.FilterRow, - use it to show filter row. Also, 2 options have been added to the column: filterRowValue, filterRowOperator. See Filter Row

    1. column.filterCell was renamed to column.filterRowCell
    2. Events enum was replaced with ActionType enum with new items