Skip to content

Draggable columns, customBodyRenderLite, and several other updates

Compare
Choose a tag to compare
@patorjk patorjk released this 22 Jun 02:42
· 307 commits to master since this release
  • Draggable Columns, demo here. (#1329)
  • Added customBodyRenderLite. This is a more performant version of customBodyRender which doesn't affect filtering and takes in the dataIndex. (#1339)
  • Removed object deprecation notice for object data. Objects now officially supported. (#1339)
  • Added filterOptions.fullWidth. This setting allows filters to spread across the full width of the filter dialog. (#1340)
  • Added onFilterChipClose. This is a callback that gets executed when a filter chip is closed. (#1341)
  • Several files refactored to be hooks (thanks to @wdh2100)