Does anybody have an information on how to set the maximum number of columns in a slickgrid table? I see that if I have more than 120 columns the new columns appear on a new row in the header section, and what is even worse some columns are hidden.
I am trying to use slickgrid to show excel headers, and I am seeing that when having too many columns slickgrid only optimizes the scrolling of rows and not of columns.
Can anybody guide me in the right direction regarding this?
UPDATE: Support for virtual rendering on columns has been implemented in SlickGrid v2.1.
This is a bug - you should file it on GitHub.
On the latter, SlickGrid doesn't handle large numbers of columns very well right now, and you have correctly noted that columns are not virtualized like rows. This is something I'm going to investigate for the next major revision.