Hello everybody! I have some questions: Is there a...
# kvision
a
Hello everybody! I have some questions: Is there any way to use headerFilter as dynamic without jsTabulator, or there will be in the near future?
👍 1
r
Hello
Why would you like to use
headerFilter
as dynamic? Isn't
headerFilterFunc
option used for custom filtering?
In KVision there are
headerFilterFunc
and
headerFilterFuncCustom
options (both are mapped to
headerFilterFunc
tabulator option)
a
Copy code
Because I want to create a custom Editor, where I can put two inputs (a min-max in this case), and headerFilter doesn't allow me to do it
r
Where is this documented in Tabulator docs?
r
Oh I see ... it's just mentioned in the docs
You can also pass a custom editor function to this parameter in the same way as you would for column editor.
I've lost this option ;(
a
Didn't it allow only enums?
r
Please fill an issue on github and I will add this option in the next release
a
Okay. Thank you very much for the information. I appreciate it