Please visit the project page for the documentation and examples.
Aurelia Table is very easy to use, and you have complete control over the look and feel. You can make your table look exactly the way you want using plain html and css. Out of the box you will get:
- Row Filtering
- Column Sorting
- Client side pagination
- Row Selection
For a complete list of features and examples please visit the project page.
- Allow rows without a keys
- Better Null check for sorting
- Disable pagination if Page size is 0. Fixes #32
- Improve support for webpack 2.0. Fixes #38