Skip to content
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

Implement Tables #22

Open
isosphere opened this issue Jul 29, 2023 · 1 comment
Open

Implement Tables #22

isosphere opened this issue Jul 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@isosphere
Copy link
Owner

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 isosphere added the enhancement New feature or request label Jul 29, 2023
@isosphere isosphere self-assigned this Jul 29, 2023
@isosphere
Copy link
Owner Author

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.

isosphere added a commit that referenced this issue Aug 3, 2023
isosphere added a commit that referenced this issue Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant