Javascript Grid and Spreadsheet Controls

Update: A much better research is available here.

After little research, i found several JS grid controls to create google docs like Speadsheet UI. For backend functionality one can copy the implementation used in tikiwiki codebase which is opensource. Another backend approach could be to use many columns spatial database table structure (as used in MS Sharepoint lists)

http://www.sigmawidgets.com/products/sigma_grid2/
http://dhtmlx.com/docs/products/dhtmlxGrid/features.shtml
http://www.extjs.com/deploy/dev/examples/ (GPL)
http://developer.yahoo.com/yui/datatable/
http://www.trirand.net/demophp.aspx or http://trirand.com/blog/jqgrid/jqgrid.html
http://www.grridjs.org/
http://www.activewidgets.com/grid/
http://plugins.jquery.com/project/flexigrid or http://code.google.com/p/flexigrid/

Still In dev, I guess …

http://www.reconstrukt.com/ingrid/
http://wiki.github.com/mleibman/SlickGrid/http://roberto.open-lab.com/2010/01/18/javascript-grid-editor-i-want-to-be-excel/

Share your thoughts & feedback