SMART datagrid v.1 > Classes > OperateOptions
如果为true,就会从排序中,排除固定行。
默认值为true.
grid.setOptions({
operate: {
exceptFixedRowsFromSorting: true,
exceptFixedRowsFromFiltering: true
}
});
grid.setOperateOptions({
exceptFixedRowsFromSorting: true,
exceptFixedRowsFromFiltering: true
});
grid.operateOptions().setExceptFixedRowsFromSorting(true);