KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Search params from inputs is not working in ajax datatable serverside #1596

Open Tech Apps opened this topic on on Aug 25, 2020 - 1 comments

Tech Apps commented on Aug 25, 2020

search params from inputs is not working in ajax datatable serverside.

David Winterburn commented on Aug 25, 2020

Would you please give us a link where it doesn't work? Our server-side DataTables example works correctly with filter (please be patient as searching 3 million rows takes a few seconds):

https://www.koolreport.com/examples/reports/datagrid/server_processing/

Also, if your data source is large with, says, millions of rows, it's advisable to set `searchOnEnter" = true so that any change in filter doesn't trigger a search:

DataTables::create(array(
    ...
    "serverSide"=>true,
    "method"=>'post', //default = 'get'
    "searchOnEnter" => true,
));

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

DataGrid