1

I am making a virtualized table using react-table and react-window. Without using virtualization, the columns in the table are displayed evenly, the total width is normally calculated and so on. But with virtualized list I can't get the same result. Does anyone have any experience using these libraries in this case?

With virtualizarion enter image description here

With normal table enter image description here

1 Answer 1

1

Yes, I had the exact same problem, ended up using CSS to customize each width on each column in the header and then on the rows.

Sign up to request clarification or add additional context in comments.

1 Comment

The problem is that this table is used in many places in the application and it is convenient to throw in the width, maxWidth, minWidth, and this way I will probably get a table specifically for one case :(

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.