full width option?
hi m using react table for resizing on columns but its not taking full width byDefault ? how to fix this

6 Replies
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•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 toowise-whiteOP•3y ago
@dmikester1 @KevinVandy i want column should auto take the remaining space n divide equally

wise-whiteOP•3y ago
m doing like this but if set to width 100% column resizing not working

wise-whiteOP•3y ago
for css i did like this not working 😦
wise-whiteOP•3y ago
