Fitlering rows reset
I want to filter rows and found a solution in /javascript.forum.586.4/is-there-a-way-to.html.
Basically the solution is
Now I am struggeling with reversing the filtering without a "row/values" property setting that passes in an array with all rows.
Is there something that allows to reset the row/values to its initial value covering all rows again?
Thanks in advance for any help.
Basically the solution is
obj.setProperty("row/values", [0,1,4]);
obj.refresh();
Now I am struggeling with reversing the filtering without a "row/values" property setting that passes in an array with all rows.
Is there something that allows to reset the row/values to its initial value covering all rows again?
Thanks in advance for any help.
Andreas
March 17,