Skip to content

tochoromero/aurelia-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
hromero
Feb 28, 2018
c7521f2 · Feb 28, 2018

History

78 Commits
Aug 6, 2016
Feb 28, 2018
Jan 6, 2017
Feb 28, 2018
Aug 6, 2016
Dec 29, 2016
Dec 29, 2016
Dec 29, 2016
Aug 6, 2016
Dec 29, 2016
Aug 6, 2016
Feb 28, 2018
Aug 6, 2016
Aug 6, 2016
Aug 6, 2016
Jul 23, 2017
Feb 28, 2018
Feb 28, 2018

Repository files navigation

Please visit the project page for the documentation and examples.

Features

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.

Release Notes

0.1.14

  • Allow rows without a keys
  • Better Null check for sorting

0.1.13

  • Disable pagination if Page size is 0. Fixes #32
  • Improve support for webpack 2.0. Fixes #38