0.2.5 • Published 2 years ago

@fabiohvp/svelte-table v0.2.5

Weekly downloads
42
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.0.9

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

1.6.9

4 years ago

1.6.8

4 years ago

0.0.8

4 years ago

1.6.7

5 years ago

1.6.6

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.2

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago