<script type="text/javascript">jQuery( document ).ready( function() {// listjQuery("#group").jqGrid({datatype: "local",colNames:['Table', 'Alias', 'Column'],colModel:[{name:'table',sortable:false},{name:'alias',sortable:false},{name:'column',sortable:false}]});// load pre-defined group columsjQuery("#group").jqGrid('addRowData',1,{table:'demouser',alias:'demouser',column:'id'});jQuery("#group").jqGrid('addRowData',2,{table:'demouser',alias:'demouser',column:'isManager'});// bind events with buttons});</script><input type="button" id="add" value="Add" /><input type="button" id="up" value="Move Up" /><input type="button" id="down" value="Move Down" /><input type="button" id="edit" value="Edit" /><input type="button" id="delete" value="Delete" /><table id="group"></table>
--
You received this message because you are subscribed to the Google Groups "Ralasafe dev" group.
To post to this group, send email to ralasa...@googlegroups.com.
To unsubscribe from this group, send email to ralasafe-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ralasafe-dev?hl=en.