-
Notifications
You must be signed in to change notification settings - Fork 295
Table: Export searchTerm #1560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related to PR: #1425 |
BTW: @aarondoet Thank you for the sorting & search - you made my day 👍 |
Will this allow binding my own input as the search input? Both the Thanks for the cool library! 👍 |
Please use v1.x.x and this example. |
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 usefulitems
handling.Motivation
The Table component is VERY well designed and useful 👍
This little adjustment could extend its usecases
The text was updated successfully, but these errors were encountered: