Skip to content

Custom filter ui #2796

@YonatanKra

Description

@YonatanKra

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions