How to fetch All record values with in searchBuilder value dropdown.

How to fetch All record values with in searchBuilder value dropdown.

udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0

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

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    Do you have the latest version of SearchBuilder? Originally, serverside processing was not supported, but it is supported in the new release.

  • udaymagdumudaymagdum Posts: 23Questions: 16Answers: 0
    edited December 2021

    Currently i am using SearchBuilder 1.1.0 version.

    As i saw SearchBuilder support serverside processing for version 1.2.

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

Sign In or Register to comment.