-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sizing for table columns #337
Comments
Reading the library's code, the current implementation of |
I'm not in love with how Tables are designed at the moment. We could expose a |
Something like <Table.Cell> seems logical indeed |
Same happening here. Even using tanstack table with react-daisyui, current implementation doesn't allow editing td width. |
Does anyone know a workaround for this? |
How can we set fixed or max sizing for table columns? I read for daisyui you have to do this with min-width and max-width on the table cell td elements (saadeghi/daisyui#532) but I can't figure out how to control the classnames for td elements with following <Table.Row>
<Table.Row hover > <span>col1</span> <span>col2</span> <span>col3</span> </Table.Row>
The text was updated successfully, but these errors were encountered: