yew-bootstrap icon indicating copy to clipboard operation
yew-bootstrap copied to clipboard

Implement Tables

Open isosphere opened this issue 1 year ago • 1 comments

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.

isosphere avatar Jul 29 '23 18:07 isosphere