Fixed Column Performance
Fixed Column Performance
When i applied FixedColumns to my generated table, the browser hung and I have to wait for a long time before the browser became responsive again. It seems that FixedColumns redraw the table twice and this maybe the reason why the browser was busy. Will the fixed column be improved so that I can specify fixed column when I call DataTable instead of calling afterward. It can be a great improvement especially for big and complex tables. Thanks a lot.
This discussion has been closed.
Replies
That might work for you, it might not (since all rows need to be of the same height). If not, then you might need to consider using let rows in the table, or some other performance improvement I've not yet thought of :-)
Allan
I did not notice that there is a fixed height option available. I will give it a shot.
Cheers
Gary
I have tired to use fixed height for my table and it really works out much faster.
Thanks for your advice.
Cheers,
Gary