You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a list filter in a column, but the data of this list filter is not static, is dymanic and depends of the source. For example:
myColumn: {
title: 'My column title',
filter: {
type: 'list',
config: {
selectText: 'Select...',
list: [
{ value: <myColumn values>, title: <myColumn values>}, //--> This list is dynamic and it is get of the server
],
},
},
}
There are any solution?
The text was updated successfully, but these errors were encountered:
I have a list filter in a column, but the data of this list filter is not static, is dymanic and depends of the source. For example:
There are any solution?
The text was updated successfully, but these errors were encountered: