0.2.5 • Published 10 months ago

@fabiohvp/svelte-table v0.2.5

Weekly downloads
42
License
MIT
Repository
github
Last release
10 months ago

Svelte-table

Make your tables using HTML and leave the javascript only for user interaction (pagination/search/sort);

npm install @fabiohvp/svelte-table
or
yarn add @fabiohvp/svelte-table

Examples

You can see the examples in Sveltelab.dev

PS:. examples are using tableStore to manage table data but it can be managed with local variables

Advanced

  • You can add components to the top or bottom slots.
  • Adding top/bottom slot will override the default content (Search/Pagination) but you can still use it by importing and adding them inside your custom slot.
  • You can change the default search method by adding an on:search event on Search component.
  • Row component is optional and only serves to render odd/even row, you can use instead.
  • Sort component expect "key" and you need to implement your own sorting method (see the example below).

Roadmap

  • Add tests
0.2.5

10 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.4

12 months ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.8

1 year ago

0.0.9

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

1.6.9

2 years ago

1.6.8

2 years ago

0.0.8

2 years ago

1.6.7

4 years ago

1.6.6

4 years ago

1.6.5

4 years ago

1.6.4

4 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago