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]: Use Collection Slots for RawTable Rows & Columns #1084

Open
joshuaellis opened this issue May 25, 2023 · 0 comments
Open

[feat]: Use Collection Slots for RawTable Rows & Columns #1084

joshuaellis opened this issue May 25, 2023 · 0 comments
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature source: design-system relates to design-system package

Comments

@joshuaellis
Copy link
Contributor

A clear and concise description of what the feature is

Currently we have to pass a column count & row count to the RawTable, but we could infer the values by using a Collection similar to how we track items in primitives/Combobox. The columns could be counted from the Th slots & the Rows from the Tr slots.

Why should this feature be included?

Because it avoids passing erroneous props.

Please provide an example for how this would work

No response

@joshuaellis joshuaellis added the issue: enhancement Issue suggesting an enhancement to an existing feature label May 25, 2023
@joshuaellis joshuaellis added the source: design-system relates to design-system package label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: enhancement Issue suggesting an enhancement to an existing feature source: design-system relates to design-system package
Projects
None yet
Development

No branches or pull requests

1 participant