When datatable is rendered with around 4000 columns its getting really slower. I am not using any ajax type of data load.I have tried defer rendering option with pagination too but doesn't help since most of the solution I am seeing is related to how can we speed up if plenty of rows are there, but in my case its not rows but the column count is what actually causing the issue.I had solution like based on the scrollbar lets supply the columns rather than rendering all columns at once,but I am not sure how to incorporate that in datatable. Any help would be appreciable..
↧