Searchpane - how to pass picklist values from server-side

Searchpane - how to pass picklist values from server-side

qshngqshng Posts: 9Questions: 5Answers: 0

Hi,

I'm using Searchpane with a server side table and the picklist values shown is not complete. Just wondering is there a way to configure the list of values in the searchpane?

Thanks,

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @qshng ,

    Yep, searchPane only works with tables where the data is all client-side. The place where it gets the data is here - you could maybe try and issue an Ajax request at that point to retrieve it from the server instead. It's not on our roadmap, unfortunately.

    Cheers,

    Colin

This discussion has been closed.