I'm using Tabulator in React JS as my grid/table and I want to have a down caret symbol. When I use headerFilter with "select" value in my column and do the inspect element using google chrome browser, the element that rendered is input. It should be selection options.
React Tabulator header select filter element issue
Environment Details
Long Description
Found a LINK from stackoverflow: https://stackoverflow.com/questions/64671289/react-tabulator-select-in-headerfilter but there's no answer
(Please help with a PR if you have a solution. Thanks!)