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