ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jim.monte@shields-e.us on April 02, 2014, 06:52:13 pm
-
What is the quickest way to remove all rows from grid without an ajax call for no records... If I have a table with 1000 rows and I just want to clear the grid to 0 rows by a click of a button...
-
$grid.pqGrid( 'option', 'dataModel.data', [] );
$grid.pqGrid( 'refreshView' );
-
Perfect!!! Thank you Sir!!