Rebuild searchBuilder issue
Rebuild searchBuilder issue
![udaymagdum](https://secure.gravatar.com/avatar/08cd50841bead6cfb469de9f4d5792c5/?default=https%3A%2F%2Fvanillicon.com%2F08cd50841bead6cfb469de9f4d5792c5_200.png&rating=g&size=120)
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 ?
This discussion has been closed.
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