Hi,
I saw I can add input, select box or live it blank.
mygrid.attachHeader(" ,#text_search,#select_filter");
Can I add Calendar plugin in filter input?
Hi,
I saw I can add input, select box or live it blank.
mygrid.attachHeader(" ,#text_search,#select_filter");
Can I add Calendar plugin in filter input?
Unfortunately there is no such built-in header shortcut, but you may create your own solution:
You may attach the html input to your header:
mygrid.attachHeader("<input></input>")
dhtmlxCalendar can be attached to this input:
dhtmlx.com/docs/products/dht … input.html
Can you post a full example? I’ve tried to attach it with no result
Ok, I’ve tried your code but I still get the error:
this[(“process” + c)] is not a function
the only difference is that I do not use loadXML but parse (of a json) with the callback function.
What version of dhtmlx do you have. It should be 3.0 at least to be available to attach calendar to the input. Pleas,e try to update the version of your dhtmlx.
If the issue still occurs for you - pleas,e provide with a complete demo, where the issue can be reproduced locally.