Skip to content

Releases: BellGasp/ember-table-data

Releasing test updates

17 Feb 20:49
88163e1

Choose a tag to compare

Filter-input/date now has (min:0001:01:01 / max:9999:31:12)

Totally Great

14 Jun 19:41
5708ca9

Choose a tag to compare

Totally Great Pre-release
Pre-release

🐛 Bugfixes:

  • The total count will now accept 0;

0.0.0-beta.18: Merge pull request #25 from julien128/master

18 Apr 20:15
f6531f7

Choose a tag to compare

Create new query-parser

HotFix queryObj param

12 Sep 17:43
a558c60

Choose a tag to compare

HotFix queryObj param Pre-release
Pre-release
Merge pull request #17 from BellGasp/Shadowere-patch-1

Update package.json

Sorting features

31 May 15:00
7e519f3

Choose a tag to compare

Sorting features Pre-release
Pre-release
  • Adds sorting classes (for now using Font Awesome) for unsorted/asc/desc headers that are sortable;
  • Adds a way to init the sort classes based on a initial queryObj passed to the table-data;

Can save filter

26 Mar 17:52
251c827

Choose a tag to compare

Can save filter Pre-release
Pre-release

You can now save the filter the way you want and pass it back to the component to generate a new table data with preloaded filter/state

Reloads page on sort

21 Dec 16:22

Choose a tag to compare

Reloads page on sort Pre-release
Pre-release
0.0.0-beta.11

Fixes notEqual comparator

Sorting is now a thing too

19 Dec 16:52

Choose a tag to compare

Pre-release

🔥 Single column sorting ENABLED 🔥

IsEmpty comparators

23 Oct 19:45

Choose a tag to compare

IsEmpty comparators Pre-release
Pre-release
  • Adds 'IsEmpty' default comparators;
  • Adds showComparator/showInput to be able to remove a default comparator/remove the input for a given comparator;

Date or datetime?

16 Oct 17:56

Choose a tag to compare

Date or datetime? Pre-release
Pre-release
  • Fixes date properties "serialization" to c# query-params format (default);