Searchpane - how to pass picklist values from server-side
Searchpane - how to pass picklist values from server-side

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,
This discussion has been closed.
Answers
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