Property grid in jQuery

I want to create a property grid as follows: Ext JS Property Grid demo

However, I do not want to use extjs, but instead use jQuery. Which plugin most easily allows me to create a grid property?

jqGrid is the only thing I know right now. http://www.trirand.com/blog/

I am not interested in loading data from an XML file or database, I should be able to install data from objects on the page.

Edit: I only realized that there is another plugin with the same name: http://jqframework.com/jqgrid/

Error name namespacing.

+5
source share
2 answers

jqGrid JavaScript , ( tableToGrid).

jqGrid. " ".

+6

ive jquery

http://www.cssedit.co.uk/

heres js http://www.cssedit.co.uk/exemples/scripts/PropertyGrid.js, /exemples/SCRIPTS/STYLER.JS, javascript propertygrid

Col ​​

+18

All Articles