Hi Team,
I am using the Filtering for the column header.The filtering is happening only for the case sensitive letter, but not filtering for the case insensitive letter. I have gone through the demo code also , but there it is working fine for both the cases. I have some sample code what i am using please check the below code and help me for this query.
var colM = {
{ title: fleetDetails.vesselNameColTitle+" <img src='${pageContext.request.contextPath}/resources/images/arrow-us-down.png'> ",
width:fleetDetails.vesselNameColWidth,
hight:fleetDetails.colHeight,
dataType:fleetDetails.colDataType,
dataIndx:fleetDetails.vesselNameColDataIndx,
sortable:fleetDetails.colSortable,
align:fleetDetails.vesselNameColAlign,
halign:fleetDetails.vesselNameColHalign,
resizable:fleetDetails.colresizable,
filter: { type: 'textbox', condition: 'begin', listeners: ['keyup'] },
}
and in object are writing the this code
filterModel: { on: true, mode: "AND", header: true },