SMART datagrid v.1 > Classes > ListCellEditor
If specify as true, it will display only the items of which first part matches the currently entered value in list.
Defaults to false.
grid.setColumns([
...,
{
name: 'colList',
editor: {
type: "list",
narrowSearch: true
...
}
}
]);