Skip to content

Add support for custom render, skipping download, and some bug fixes

Compare
Choose a tag to compare
@gabrielliwerant gabrielliwerant released this 02 Jul 05:37
· 657 commits to master since this release
  • Added the ability to provide a custom rendering for filters via the filterOptions: { display: Component } option and filterType: 'custom'
  • Added the ability to skip downloading via the onDownload callback by returning false
  • Fix issue where changing the amount of table data sometimes resulted in the current page being out of bounds
  • Enhanced on-table-init example