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