svelte-table

A svelte table implementation that allows sorting and filtering

MIT License

Downloads
7.8K
Stars
521
Committers
14

Bot releases are hidden (Show)

svelte-table - v0.3.3

Published by dasDaniel almost 3 years ago

  • Customize sort order using sortOrders prop #73
svelte-table - v0.3.2

Published by dasDaniel almost 3 years ago

  • set svelte version to 3.39.0 and recompiled to address #68
  • c_rows internal exposed (the name may change in future)
svelte-table - v0.3.1

Published by dasDaniel almost 3 years ago

  • iconAsc, iconDesc, iconExpand, iconExpanded now support html content
svelte-table - v0.3.0

Published by dasDaniel almost 3 years ago

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
svelte-table - v0.2.0

Published by dasDaniel about 3 years ago

v0.2.0

  • New feature: added ability to expand rows
svelte-table - v0.1.19

Published by dasDaniel about 3 years ago

v0.1.19

  • Only sort columns if column is sortable #43
  • cleanup repo #44
svelte-table - v0.1.18

Published by dasDaniel about 3 years ago

#0.1.18

  • Handle dynamic column definition
svelte-table - v0.1.17

Published by dasDaniel over 3 years ago

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
svelte-table - v0.1.16

Published by dasDaniel almost 4 years ago