We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i tried adjusting the width of this td inline to see if it changes but it doesnt, can you please help me with this. thanks in advance
The text was updated successfully, but these errors were encountered:
also this example, i want the header to be vertically align not collapse so i want also to adjust its width
Sorry, something went wrong.
Sorry for the late response.
I used to set style directly in the markup for specific requirements, especialy for column sizing:
<tbody> <tr> <td style:min-width="400px">{row.smth}</td> [...]
Or with table :global(th) CSS selector.
table :global(th)
The ideal way would be to create your own Th component, and add a width property. I will think about adding it in a future version.
width
No branches or pull requests
i tried adjusting the width of this td inline to see if it changes but it doesnt, can you please help me with this. thanks in advance
The text was updated successfully, but these errors were encountered: