Open tuucan opened 7 years ago
yap, it's a known issue and it's a long long story I need to introduce it.. so I'll spend some time to fix it but I'm not sure that I can fix this issue completely
Actually, if you configure height
and maxHeight
are also cause this issue
I also recenly realised that putting in some big data like 50 columns and 100 rows causes serious freezes to the traveling between cells for editing. Upon consecutive clicks on different rows, the editable cell falls behind and application freezes for up to 3 seconds. Is this known or could it be my fault?
Is this known or could it be my fault
it's also a known issue and actually need some time to handle it. and it may not be fixed quickly, pretty busy for my work.
@iiitmanikanta, I hope so
I removed maxHeight and added percentage to each column, then it is responsive horizontally, but it is not responsive vertically, so I add this tableStyle={{ overflowY: 'scroll'}}
to the BootstrapTable
, not the perfect fix but it only works when the content is not overflow the table, anyone has better solutions?
Hi Allen, is this issue solved? I still have the same problem.
When the table is given a maxHeight, and columns doesn't have any width set; columns are responsive to resize up, but irresponsive to resize down. Also happens when columns have width but they don't force a horizontal scroll bar.
(resize up -> increasing width of window, resize down -> decreasing width of window)
This simplified code piece recreates the issue for me.