vincjo / datatables

A toolkit for creating datatable components with Svelte
https://vincjo.fr/datatables
MIT License
372 stars 15 forks source link

Disable Search and Pagination #13

Closed zogs closed 1 year ago

zogs commented 1 year ago

Would be nice to be able to disable these feature by config ! in my particular case i don't need it so i masked it by CSS ...

Also had trouble figuring how to use reactivity using $: handler.setRows(data) ... maybe you can add a example in the docs !

On the whole pretty usefull library. Starred :)

vincjo commented 1 year ago

True, it can be handy. I made the changes in 1.2.0 Complete example here : https://vincjo.fr/datatables/examples/blocks

About the reactivity, yes absolutely I will add a complete example. Thanks for pointing it out to me

zogs commented 1 year ago

Perfect. Thank you !