Closed
Description
Summary
Users might want to set the searchTerm
of a Table to some initial value (p.e. search parameter in URL).
This is currently not possible as that variable is not exported: https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/table/Table.svelte#L46
The TableSearch
has exported it, but this component has not implemented the very useful items
handling.
Motivation
The Table component is VERY well designed and useful 👍
This little adjustment could extend its usecases