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.
source
share