Releases: BellGasp/ember-table-data
Releases · BellGasp/ember-table-data
Releasing test updates
Filter-input/date now has (min:0001:01:01 / max:9999:31:12)
Totally Great
🐛 Bugfixes:
- The total count will now accept 0;
0.0.0-beta.18: Merge pull request #25 from julien128/master
Create new query-parser
HotFix queryObj param
Merge pull request #17 from BellGasp/Shadowere-patch-1 Update package.json
Sorting features
- 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
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
0.0.0-beta.11 Fixes notEqual comparator
Sorting is now a thing too
🔥 Single column sorting ENABLED 🔥
IsEmpty comparators
- 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?
- Fixes date properties "serialization" to c# query-params format (default);