Skip to content

Releases: dasDaniel/svelte-table

v0.3.3

16 Jan 00:22
cd1c269
Compare
Choose a tag to compare
  • Customize sort order using sortOrders prop #73

v0.3.2

16 Dec 16:25
2b57895
Compare
Choose a tag to compare
  • 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

16 Nov 04:05
Compare
Choose a tag to compare
  • iconAsc, iconDesc, iconExpand, iconExpanded now support html content

v0.3.0

12 Nov 05:55
736ed8c
Compare
Choose a tag to compare

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

04 Oct 05:40
ae23ad7
Compare
Choose a tag to compare

v0.2.0

  • New feature: added ability to expand rows

v0.1.19

01 Oct 06:24
8dcaaf3
Compare
Choose a tag to compare

v0.1.19

  • Only sort columns if column is sortable #43
  • cleanup repo #44

v0.1.18

10 Aug 04:29
Compare
Choose a tag to compare

#0.1.18

  • Handle dynamic column definition

v0.1.17

14 Jul 17:08
6dcdd26
Compare
Choose a tag to compare

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

10 Dec 06:58
1a97118
Compare
Choose a tag to compare
Merge pull request #28 from dasDaniel/develop

v0.1.16