Skip to content

Reload grid after changing view

Problem


I am trying to add a simple report page to my program. I would like to add a dropdown list of various views so when the user selects one I close the grid, and reopen it with the new view data without refreshing the entire page.Is this possible?

Solution

Instead using dropdown, you can use tabbed grid. 

https://phpgrid.com/example/tabbed-datagrid/

Feedback and Knowledge Base