Add support for custom render, skipping download, and some bug fixes
- Added the ability to provide a custom rendering for filters via the
filterOptions: { display: Component }
option andfilterType: 'custom'
- Added the ability to skip downloading via the
onDownload
callback by returningfalse
- Fix issue where changing the amount of table data sometimes resulted in the current page being out of bounds
- Enhanced
on-table-init
example