Referring to example datagrid19:
http://www.jeasyui.com/tutorial/datagrid/datagrid19.phpHow can we make the search data integrate with the call to the server program used to display the grid? In this example, the search data bears no resemblance to the data grid columns. I appreciate that the example was really there to show us how to show a custom toolbar.
I think we need to build either post or get data for the server program which is getting the data for the grid. So, when the search items are selected and we hit the search button, this would limit the scope.
This is a very useful and common thing to do so an example would be useful. It is also very important to be able to limit the scope of the data returned where there are so many rows that the user really needs a filter.
Thanks, Paul.