How to fetch All record values with in searchBuilder value dropdown.
How to fetch All record values with in searchBuilder value dropdown.
Working on searchBuilder extenstion of datatable.
Currently searchBuilder value field only populate values from records which is currently loaded in datatable.
We had fetched 100 records per page on datatable.
Want to fetch all records values in "value" field of searchBuilder while select specific data field and condition of searchbuilder.
e.g I have 500 records. When i select 'ID' field from data and select equal or not equal condition from searchbuilder
Then value field populate with all 500 ids not with first 100 records ids.
Answers
Do you have the latest version of SearchBuilder? Originally, serverside processing was not supported, but it is supported in the new release.
Currently i am using SearchBuilder 1.1.0 version.
As i saw SearchBuilder support serverside processing for version 1.2.
Have you tried upgrading to that 1.2 or 1.3 release? As you say, that's where the
serverSide
support was added - see example here,Colin