Skip to content

Version 3.4.0

Compare
Choose a tag to compare
@patorjk patorjk released this 08 Aug 02:41
· 190 commits to master since this release
  • rowsPerPage now allows updates on re-renders. (#1445)
  • page option now updates the table on re-renders. (#1460)
  • Added "data-description" prop to Checkbox component. This props describes where a checkbox is (valid values: ['row-select', 'row-select-header', 'table-filter', 'table-view-col']). This can be useful for cases where you want different types of selection (ex: replacing the row selection checkboxes with radio buttons). (#1461, #1453)
  • Made the expand row button replaceable via the components option (ExpandButton). (#1446)
  • TableFilter now swappable via components. Thanks to @andreiglingeanu (#1456)
  • IE11 updates which refactor includes to be indexOf (more info on difference here), and wraps an IF statement around the Object.value call. (#1451)