Releases: Careswitch/svelte-data-table
Releases · Careswitch/svelte-data-table
v0.6.3
19 Jul 20:43
Compare
Sorry, something went wrong.
No results found
Patch Changes
267e6ba : Added allRows getter to retrieve all unpaginated filtered and sorted table rows
v0.6.2
19 Jul 12:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
e5b1ed1 : fix: totalPages should react to changes in base rows
v0.6.1
17 Jul 12:43
Compare
Sorry, something went wrong.
No results found
Patch Changes
e44c770 : perf: filter matching, sort handling null/undefined, non-capturing group for global filter regex
v0.6.0
16 Jul 18:26
Compare
Sorry, something went wrong.
No results found
Minor Changes
4ba9232 : Custom sorter fn now parameterizes getValue() return values in addition to row objects
v0.5.4
16 Jul 17:29
Compare
Sorry, something went wrong.
No results found
Patch Changes
17b1089 : Pagination accessors should react to filter state
v0.5.3
16 Jul 15:37
Compare
Sorry, something went wrong.
No results found
Patch Changes
2ee673a : rows getter should react to originalData
v0.5.2
16 Jul 15:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
ed69b69 : Updating baseRows should retrigger filterState
v0.5.1
16 Jul 15:25
Compare
Sorry, something went wrong.
No results found
v0.5.0
15 Jul 20:15
Compare
Sorry, something went wrong.
No results found
Minor Changes
48cfdcf : Introduce id in column definition to allow multiple columns for the same key
v0.4.0
15 Jul 15:07
Compare
Sorry, something went wrong.
No results found
Minor Changes
26bea0d : Rename filters to filterState; introduce sortState, refactor filter mutators to reassign object