Tag: jqPropertyGrid

  • A propertygrid for javascript: jq PropertyGrid

    A propertygrid for javascript: jq PropertyGrid

    I have found a useful jQuery Plugin to show very fast a javascript object as a form. Its jqPropertyGrid, you can easily show an object with one line of code:  $(‘#property-grid’).jqPropertyGrid(record.data, options); I have used the plugin to show fast and easy options for my form editor. Its pretty simple and makes it a lot […]