Column chooser and column reordering
benoitjchevalier
released this
20 Apr 00:07
·
511 commits
to master
since this release
- Added columns hiding/showing functionality: hideColumn(columnName) and showColumn(columnName) API functions and show-column-chooser attribute on px-data-table, adding a dropdown allowing to select which column should be hidden.
- Added column reordering functionality: drag and drop column headers. Enabled through the enable-column-reorder attribute on px-data-table.