leptos-struct-table icon indicating copy to clipboard operation
leptos-struct-table copied to clipboard

Easily create Leptos table components from structs

Results 19 leptos-struct-table issues
Sort by recently updated
recently updated
newest added

Is there a way to disable multi-column sorting? I have some data that users will always want to sort by one column only. I'd like to always force sorting by...

enhancement

I think there's a really good synergy between display data tables and polars. Polars gives access to cloud data and to group by aggregations to only mention a few benefits....

enhancement

To not having to reload everything provide a local mechanism to delete rows

enhancement

Sometimes table data may be a small and in that case we dont want to make request to server again just for sorting for a few rows. So I think...

enhancement

It would be great to be able to provide a `Signal` or something similar that would allow the user to control which columns are currently displayed and in which order....

enhancement

Thanks a lot for this great component. I wanted to give you feedback, on how useful treelike/hierarchical display/rendering could be. For an example, please visit https://experience.sap.com/fiori-design-web/tree-table/. Basically this type of...

enhancement
help wanted

as title, and after one row removal of one page, how to refresh? thanks!

enhancement

Great library! As far as I can tell you only have access to column/cell values in custom cell renderers. This becomes painful when e.g: - Custom action cell for row...

enhancement

As it is, it silently defaults to ``. If the main scrollable element is not `` (e.g. if UI is mobile like shell with a drawer), the table *appears* to...

Sorry if this was answered anywhere I couldn't find it. Are there plans to make a version for leptos 0.7. It could be that its a very simple port so...