You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently do not support Bootstrap tables. I need them for a project of mine, so I'll implement it.
My particular use case is to make a table of data which users will interact with and change. I'll also need nested tables that can be expanded or hidden by user action.
These requirements will guide how I implement the table feature in yew_bootstrap.
The text was updated successfully, but these errors were encountered:
I've switched to functional components for my own projects, but we've used struct components everywhere in this one. I'll try to implement the Table component as a struct component to stay consistent with the codebase, but the time may come when we want to make them all functional.
We currently do not support Bootstrap tables. I need them for a project of mine, so I'll implement it.
My particular use case is to make a table of data which users will interact with and change. I'll also need nested tables that can be expanded or hidden by user action.
These requirements will guide how I implement the table feature in
yew_bootstrap
.The text was updated successfully, but these errors were encountered: