T
TanStack•3y ago
rare-sapphire

full width option?

hi m using react table for resizing on columns but its not taking full width byDefault ? how to fix this
No description
6 Replies
absent-sapphire
absent-sapphire•3y ago
This up to you to write the CSS you want. You didn't share any of the CSS you wrote here so not sure I can help
xenophobic-harlequin
xenophobic-harlequin•3y ago
yeah, you likely need to make the table 100% or the container containing the table 100% in your CSS or you could try max-content for the width too
rare-sapphire
rare-sapphireOP•3y ago
@dmikester1 @KevinVandy i want column should auto take the remaining space n divide equally
No description
rare-sapphire
rare-sapphireOP•3y ago
m doing like this but if set to width 100% column resizing not working
No description
rare-sapphire
rare-sapphireOP•3y ago
for css i did like this not working 😦
rare-sapphire
rare-sapphireOP•3y ago
No description

Did you find this page helpful?