SMART datagrid v.1 > Classes > ListCellEditor
If specify as true, when display both label and value in dropdown list item, it will display after adjusting the width of items equally which are displayed on the left side.
Defaults to false.
var columns = [{
name: 'colAddr',
editor: {
type: 'list',
listItemDisplay: 'labelValue',
listItemColumned: true
}
},
...
];
grid.setColumns(columns);