How can I configure header filters from JSON?
Your samples, the way I understood them, show header initialization w/o the filter part.
Context:
I am currently evaluating dhtmlx in combination with Laravel.
So far I am able to serve all data as JSON via REST APIs. Nice, easy and safe.
Next step is to remove the table configuration from the UI to the APIs.
Tables unfortunately have #text_filter on some columns.
Now, how can I replace the line below with JSON header:
grid.attachHeader("#text_filter,"); ?