Helo,
My grid use Search Onload, the first grid display is no problem. But when i klick reload on toolbars button, the data will display all the data.
How i want to display of grid still depend on key of use.
Regards,
Samsun
1 Answers
Hello,
I rechecked this case, and the problem exist in how grid is designed.
Possible solution could be to disable this reload button from toolbar. (in set_actions function put refresh=>false)
Add custom toolbar button, with custom search JS code.
refer code samples (demos/appearence/toolbar-button & demos/search/search-form.php)
Your Answer