Hello, i have a functionnal grid with some columns. But i’d like to show only the rows that have not the value “returned” in the column “Actual State”. How to do so please ?
2 Answers
I precise that i want them to be hidden in general, but if on the search bar i search, in the column “Actual State” , for content “Returned” they must appear
Ok, So you actually search-onload function. This will apply specific filter when loading the grid.
For that, you can refer this demo:
Demo: https://www.gridphp.com/demo/demos/search/search-onload.php
Code: https://www.gridphp.com/demo/demos/search/search-onload.phps
line 36-64: Set initial values.
line 59: defaultValue setting.
Your Answer