Releases: dasDaniel/svelte-table
Releases · dasDaniel/svelte-table
v0.3.3
- Customize sort order using
sortOrders
prop #73
v0.3.2
- set svelte version to 3.39.0 and recompiled to address #68
c_rows
internal exposed (the name may change in future)
v0.3.1
iconAsc
, iconDesc
, iconExpand
, iconExpanded
now support html content
v0.3.0
0.3.0
Breaking Change
class name classNameRowExpanded
now refers to the row, not the content
- added
classNameExpandedContent
for targetting the expanded content
- set
classNameRowExpanded
to target the row being expanded
- did more cleanup on examples
v0.2.0
v0.2.0
- New feature: added ability to expand rows
v0.1.19
v0.1.19
- Only sort columns if column is sortable #43
- cleanup repo #44
v0.1.18
#0.1.18
- Handle dynamic column definition
v0.1.17
v0.1.17
- filterSelections allows setting/getting search and filter selection values
- bugfix: no longer missing headers when only search is provided (only worked for filters)
- examples: faker dependency is now a global referenced via CDN for faster bundling
v0.1.16
Merge pull request #28 from dasDaniel/develop
v0.1.16