leptos-struct-table
leptos-struct-table copied to clipboard
Add row add event to avoid reloading
as title, and after one row removal of one page, how to refresh? thanks!
Please refer to the examples and docs.
There is a paginated rest example as well as an editing example. Reloading is possible through a prop on the TableContent component.
is there way to avoid full page reload after add only one row? (everytime, all rows are re-drawed...)
very thanks.
Hm I think right now this is not possible, sorry. But would be a good feature to have.
thanks sir, i have look the source get_row caller, it's too complex to modify.