Hi,
I’ve tried to create a custom filter in a column header following your code example:
{
width: 160, id: “status”,
header: [{ text: “Status” }, { content: “selectFilter” }],
editorType: “select”,
options: [“Done”, “In Progress”, “Not Started”]
}
and it doesn’t work. Here’s an example:
https://snippet.dhtmlx.com/cwl5i52j
The filter options don’t show [“Done”, “In Progress”, “Not Started”]
Have I done something wrong? Is it a bug?
Thank you