ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: 杨万里 on June 03, 2018, 07:40:52 pm
-
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 !
-
I need help,thank you.
-
Please use addRow to append or insert a new row and updateRow to update existing row.
https://paramquery.com/api#method-addRow
https://paramquery.com/api#method-updateRow
Please share a jsfiddle if you are facing any issue.
-
Thank you for help me!
But if existing row is very many;This takes a lot of execution time.
Is there only one way?
thank you!