The column is :
{
id: “rank”, header: ["#", {
content: “textFilter”, placeholder: “Type here to filter the grid”, colspan: 5
}], width: 50, sort: “int”
},
}
and the markup is:
<div view="column" id="Name" header="Rating3">
<–How to configure filter for column–>
I have using angular and maybe i need just implement UI creation from JS? But I’m not sure that is good idea.
Thanks a lot.