Datatable: DatePicker filter, RichSelect filter error

I use Datatable with DatePicker filter and RichSelect filter but I have some problems when loading other UI and reloading UI which have Datatable

https://snippet.webix.com/vvsrylju

you should never reuse the same config object (grid1 and grid2 in your case).
try to use some factory method instead.
check this
https://snippet.webix.com/lzmsxypi

1 Like

Thank you very much, Intregal :slight_smile: