T
TanStack•3y ago
wise-white

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
compatible-crimson
compatible-crimson•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
deep-jade
deep-jade•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
wise-white
wise-whiteOP•3y ago
@dmikester1 @KevinVandy i want column should auto take the remaining space n divide equally
No description
wise-white
wise-whiteOP•3y ago
m doing like this but if set to width 100% column resizing not working
No description
wise-white
wise-whiteOP•3y ago
for css i did like this not working 😦
wise-white
wise-whiteOP•3y ago
No description

Did you find this page helpful?