SMART datagrid v.1 > Classes > ListCellEditor
If specify as true, it will search by only comparing initial sound in the case of the character which has only entered initial sound.
Defaults to false.
grid.setColumns([
...,
{
name: 'colList',
editor: {
type: "list",
partialMatch: true
...
}
}
]);