Hi!
How to insert one row Middle of the table?
I try to use addRow to do this.
rowIndx=1
$grid.pqGrid("addRow", {rowData: rowData,rowIndx:rowIndx});
but the original first row change.
how to insert one row like sql "insert into table where id=1";
Think you !