Populate an external filter with a JSON source

Populate an external filter with a JSON source

pcpacino2141pcpacino2141 Posts: 11Questions: 5Answers: 0

I am using Datatables and Yadf for external filters. I have a list of 400 terms that I want to load into the external filter. The list is in JSON format. Can I create a Yadf custom_func that populates an external_filter_container with JSON from a URL source or from a JSON file? The JSON is in this format. I know it will be a really long select list.
{"id":"1","text":"Team A"},{"id":"1","text":"Team B"}

Answers

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

    Hi @pcpacino2141 ,

    I suspect you won't get a reply to this one as it's specific to YADCF. It would be worth asking on Stackoverflow or the YADCF site, if you don't hear anything.

    Cheers,

    Colin

This discussion has been closed.