Skip to content

Releases: tochoromero/aurelia-table

Some bug fixes

23 Jul 13:55
Compare
Choose a tag to compare
  • Disable pagination if Page size is 0. Fixes #32
  • Improve support for webpack 2.0. Fixes #38

Custom Selection

29 Dec 11:19
Compare
Choose a tag to compare

Allow to select a row in different ways than the normal row click; e. g. Button or Checkbox

Pagination Size

04 Nov 13:06
Compare
Choose a tag to compare

Added the ability to limit the number of visible page links for the pagination.

Config for WebPack

01 Nov 20:30
Compare
Choose a tag to compare

Add missing configuration for Aurelia Webpack

Custom Sorting

07 Oct 10:36
Compare
Choose a tag to compare

You can now provide a custom sorting function. Please refer to the documentation for details.

Nested Paths and Custom Filters

03 Oct 03:01
Compare
Choose a tag to compare
  • Use nested paths as the key for Sorting and Filtering.
  • Provide a custom function for complex Filtering.

Fix bad index.js configuration

17 Sep 12:13
Compare
Choose a tag to compare
0.1.6

remove bad configuration

Multiple Filters

16 Sep 13:10
Compare
Choose a tag to compare

Allow multiple filters through a filters property.
This release has breaking changes, please refer to the documentation.

0.1.4

25 Aug 14:42
Compare
Choose a tag to compare

-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

19 Aug 21:49
Compare
Choose a tag to compare
Merge pull request #2 from PhilipRieck/nullfix

Allow filtering of data when some keyed columns contain null