I am looking for a component where I can present not only millions of rows but also a lot of columns (up to 100000). I am not looking for answers in the form of "Why would you that?". I know slickgrid can represent millions of rows, but does not manage the virtualization of columns. Columns are not treated as rows and when you have too many columns (more than 150 rows) slickgrid gets buggy and slow.
Can anybody suggest such a component which will process not only heavy vertical scrolling but horizontal scrolling as well? Not only rows, but columns as well?