SMART datagrid v.1 > Classes > ListCellEditor
如果指定为true,当只输入字符的字首音时,只通过字首音,进行比较和搜索。
默认值为false.
grid.setColumns([
...,
{
name: 'colList',
editor: {
type: "list",
partialMatch: true
...
}
}
]);