-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
I could not find how to implement custom filter ui (i.e. a multiselect, a drop down or a time/date/datetime ui).
I was thinking of something in the form of:
'''filter: {
condition: function myLogic(searchTerm, cellValue){
// logic comes here
},
placeholder: 'ends with',
ui: uiGridMultiSelect
}'''
The example above would create a multi select comprised of the values available in this column to filter with.
Any way to this right now?