datatable : hide header but keep filter

Hello , I don’t want to see the column name in datatable so I use : “header : false”, but the problem is that I want to keep my “textFilter” in datatable (defined in header of columns …) for each column.
Is it possible to hide header but keep filters ?

Thanks

try this

{
    header: [{content:"textFilter"}]
}

https://docs.webix.com/datatable__columns_configuration.html#builtinfilters