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

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

rare-sapphireOP•3y ago
for css i did like this not working 😦
rare-sapphireOP•3y ago
