Skip to content

Releases: Careswitch/svelte-data-table

v0.6.3

19 Jul 20:43
3fc3622
Compare
Choose a tag to compare

Patch Changes

  • 267e6ba: Added allRows getter to retrieve all unpaginated filtered and sorted table rows

v0.6.2

19 Jul 12:51
ea0e84f
Compare
Choose a tag to compare

Patch Changes

  • e5b1ed1: fix: totalPages should react to changes in base rows

v0.6.1

17 Jul 12:43
99342b6
Compare
Choose a tag to compare

Patch Changes

  • e44c770: perf: filter matching, sort handling null/undefined, non-capturing group for global filter regex

v0.6.0

16 Jul 18:26
848fce6
Compare
Choose a tag to compare

Minor Changes

  • 4ba9232: Custom sorter fn now parameterizes getValue() return values in addition to row objects

v0.5.4

16 Jul 17:29
633884b
Compare
Choose a tag to compare

Patch Changes

  • 17b1089: Pagination accessors should react to filter state

v0.5.3

16 Jul 15:37
f36e52e
Compare
Choose a tag to compare

Patch Changes

  • 2ee673a: rows getter should react to originalData

v0.5.2

16 Jul 15:33
167367d
Compare
Choose a tag to compare

Patch Changes

  • ed69b69: Updating baseRows should retrigger filterState

v0.5.1

16 Jul 15:25
3c6d937
Compare
Choose a tag to compare

Patch Changes

v0.5.0

15 Jul 20:15
6d1437c
Compare
Choose a tag to compare

Minor Changes

  • 48cfdcf: Introduce id in column definition to allow multiple columns for the same key

v0.4.0

15 Jul 15:07
3a069a2
Compare
Choose a tag to compare

Minor Changes

  • 26bea0d: Rename filters to filterState; introduce sortState, refactor filter mutators to reassign object