Hello, If a column of a data table is updated withupdateItem
and that column has aselectFilter
defined, the filter does not present the new column entry in the dropdown list. Could someone help me understand how theselectFilter
can also be updated to reflect the new column data as a selectable option?
Thanks for any pointers
-SrvrSide
Hello,
TheselectFilter
is a native HTML select and it can’t be updated instantly on value changing. You need to do it manually with therefreshColumns()
:
Thank you very much Listopad