ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: sshede on January 07, 2021, 01:28:54 pm
-
How to reset group
-
Please elaborate your question.
-
I Have made group with 2 column.
I want to remove group by click on Button
-
Please use either
grid.Group().option({
on: false
});
or
grid.Group().option({
dataIndx: []
});