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