Releases: hurtigruten/svelte-table
Releases · hurtigruten/svelte-table
v2.0.4
fixes and issue where table would be sorted when rows update
v2.0.3
- Add scope for th
- let the user define even/odd row styles
- fix undefined as classes when property is not provided
v2.0.2
- update docs on asyncPagination, sorting and types
- simplify sortBy prop for columns
- set SvelteTableColumn interface to receive (optional) generic type that sets types for sortBy arguments
- use
const columns: SvelteTableColumn<RowItem>[] = ...
for better auto-completion
- update dependencies
v2.0.1
2.0.1 (2021-11-22)
Bug Fixes
v2.0.0
New rewrite of the original table
v1.3.4
Prevent form to submit when sorting.
v1.3.3
wrap sorting icon in button for keyboard select and add styling
v1.3.0
Pagination and accessibility