loading grid from html table

How an I speedup the loading of a grid from a big html table (3000 roes or more)? Using enableBuffering does not help.

Please advise.

In current version, loading from HTML table produce grid in default mode, so it not possible to use Paging|Buffering|Smart Rendering in such mode
If you need to load big datasets - loading from HTML is worst way.

I agree that it is not the best way of loading big grids. But, then, allow to load from an embedded XML data island, even with Firefox and Opera (see my other post).
The reason why the grid content and the surrounding html must reside in the same file is that the whole content must be indexed as a single URL that can be retrieved by a search engine.

Please check answer at
    dhtmlx.com/docs/products/kb/inde … ent&q=1856