Virtualized table column size changing on scroll
Hello!
I am using the React Table v8 Virtualized Table example to set up a table in my app. I have set the
size
of each column to 250
(also minSize
and maxSize
to the same value). Despite this, the columns resize on scroll. This behavior is not present in the example - but I am struggling to see the discrepancy between my code and the example code. The table has a fixed width set by table.getTotalSize()
(behavior is present with or without this).
I have done some googling/ stackoverflowing and checked the GH issues but have not found an answer that is current/ sufficient.
Happy to post some code if requested, but want to be mindful of not posting a wall of code per the guidelines.
Any help would be greatly appreciated. Thanks!0 Replies