FixedColumns performance
FixedColumns performance
I'm displaying a reasonably large datatable (1117 rows by 27 columns) in Firefox and it is taking about 13 seconds to render on a i5 machine. I really would like to fix the first column using FixedColumns; however, do so increases the rendering time by an order of magnitude to 125 seconds. In addition, FixedColumns (2.0.1) does not seem to respect the container width resulting in a horizontal scroll in the browser window (in addition to the normal datatables scroll bar). Any ideas? Thanks in advance.
This discussion has been closed.
Replies
Basically it is so slow, because the height of every since row must be calculated - that takes time - DOM access is always slow, particularly in Firefox.
Allan