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

feat(table): add table field #537

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

System-Glitch
Copy link

@System-Glitch System-Glitch commented Feb 14, 2025

closes #340

This PR adds a table field to lets user select an entire row. The result value can therefore be a struct. The implementation is very similar to the select field, except it uses bubbles' table component.

See the example file for usage.

image

Note: when testing it, you may encounter a bug with the last row of the table now being visible. I fixed that in this PR.

@System-Glitch System-Glitch requested a review from a team as a code owner February 14, 2025 09:35
@System-Glitch System-Glitch requested review from bashbunni and removed request for a team February 14, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Table for Display and Selection
1 participant