How can I make case insensitive string filter in extjs. Following is the corresponding grid column.
var columns = [{
dataIndex: 'name',
header: 'NAME',
style: 'border: none;',
id: 'name',
sortable : true,
width: 141,
filter: {
type: 'string'
}
}