Header custom filter bug

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

These “options” are for the cell editor, not for the filter:
https://snippet.dhtmlx.com/yeni916s
Filter displays the options accordingly to the data present in the column