Skip to content

Releases: bryanmylee/svelte-headless-table

Pagination fixes

13 May 07:21
6c69e6e
Compare
Choose a tag to compare

Differentiate between transformations that affect the actual row count and transformations that only affect the view.

Performance improvements and plugin API changes

12 May 17:39
f3ec56d
Compare
Choose a tag to compare
Merge pull request #4 from bryanmylee/perf/row-transformations

Reduce re-derivation of body rows and columns

Pagination

12 May 07:07
8516861
Compare
Choose a tag to compare
Merge pull request #3 from bryanmylee/plugins/usePagination

`usePagination` plugin

Export `useTableFilter` plugin

11 May 16:16
Compare
Choose a tag to compare
v0.2.3

chore: export useTableFilter

Limit table filter value to `string`

11 May 16:14
Compare
Choose a tag to compare

Table Filtering

11 May 15:49
Compare
Choose a tag to compare
v0.2.1

doc: include useTableFilter

Global filtering

11 May 14:42
c5dc775
Compare
Choose a tag to compare
Merge pull request #2 from bryanmylee/plugin/useGlobalFilter

`useGlobalFilter` plugin

Clean up interface for useColumnFilters and useHiddenColumns

11 May 13:12
Compare
Choose a tag to compare

Rename `filter.match` to `filter.fn`

10 May 17:58
Compare
Choose a tag to compare
v0.1.2

revert: rename fn -> match

Rename `filter.fn` to `filter.match`

10 May 17:55
Compare
Choose a tag to compare