SMART datagrid v.1 > Classes > ListCellEditor
If specify as true, it will also search the item in which contains the value that has been entered in editor in the middle.
Defaults to false.
grid.setColumns([
...,
{
name: 'colList',
editor: {
type: "list",
insideSearch: true
...
}
}
]);