Title: PHP Code for remote Datagrid Filter Row Post by: angween on January 01, 2014, 08:48:28 PM I would like to use filter from this datagrid filter row (http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=) with remoteFilter set to true. But i can't find the tutorial so i don't know how the PHP code looks like.
thank you Title: Re: PHP Code for remote Datagrid Filter Row Post by: stworthy on January 02, 2014, 04:14:21 AM When enable remote filtering, the 'filterRules' parameter will be sent to remote server. In your php code, parse 'filterRules' request parameter and do your SQL query. For more information, please refer to http://www.jeasyui.com/extension/datagrid_filter.php
Title: Re: PHP Code for remote Datagrid Filter Row Post by: finzaiko on January 02, 2014, 07:39:17 AM May it create a tutorial datagrid filter with server side code many users ask about this one.
|