Releases: tochoromero/aurelia-table
Releases · tochoromero/aurelia-table
Some bug fixes
Custom Selection
Allow to select a row in different ways than the normal row click; e. g. Button or Checkbox
Pagination Size
Added the ability to limit the number of visible page links for the pagination.
Config for WebPack
Add missing configuration for Aurelia Webpack
Custom Sorting
You can now provide a custom sorting function. Please refer to the documentation for details.
Nested Paths and Custom Filters
- Use nested paths as the key for Sorting and Filtering.
- Provide a custom function for complex Filtering.
Fix bad index.js configuration
0.1.6 remove bad configuration
Multiple Filters
Allow multiple filters through a filters property.
This release has breaking changes, please refer to the documentation.
0.1.4
-Expose an Api to to reveal on specific item in the table.
-Fix a typo on $IsSelected when selecting a row. Now it is $isSelected as stated in the documentation
Prevent null exceptions when filtering objects
Merge pull request #2 from PhilipRieck/nullfix Allow filtering of data when some keyed columns contain null