Reset options in a filter option list

Hello friends.
I have a list of options which will be loaded in a datatable. Here a list of cities. But in background this list has been changed. So I wanted to reload the new option list cause there are some new cities and other has been removed. How can I update this option list with new options???

{
   id: 'city_id',
   suggest: common.table.sizing(),
   header: [_tables.city, {content: 'selectFilter', compare: common.table.stringCompare}],
   minWidth: 120,
   options: 'getOptions->Cities',
   sort: 'text'
 },

Thank you Merry Christmas and keep healthy…

Michael

Hi, @Michael !
If I understand you correctly, the following article might help: Advanced Configuration of Popup Selectors of Interacting with Users, Controls Guide Webix Docs

Oooh yes, thank you so much… Merry Chrismas to you and to all of you… And a happy new Year :slight_smile: :smiling_face_with_three_hearts:

3 Likes

Hello NastassiaM.

I have to come back, sorry, but I do not have a method like getPopup() It’s a optionfield in a datatable filter select. And this are collection and datastore And this datastore options I can’t renew :frowning:

Please be so kind and help me once more…

Michael