Rebuild searchBuilder issue
Rebuild searchBuilder issue
udaymagdum
Posts: 24Questions: 17Answers: 0
We have store state of current datatable in database column in json format including searchbuilder, column visibility, ordering all details using below api
("#example").dataTable().api().state();
While apply searchbuilder criteria using below api it takes 10/15 seconds. and for each criteria hits server(multiple server calls)
$("#example").searchBuilder.rebuild(data.searchBuilder);
Any other option to apply searchbuilder criteria instead of rebuild ?
Answers
We reduced the number of server calls last week, so that should help - so it would be worth trying again with nightly releases here.
I'm surprised it's taking that long to get a response - how many records are in the dataset?
Colin