Skip to content

Column chooser and column reordering

Compare
Choose a tag to compare
@benoitjchevalier 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.