SMART datagrid v.1 > Classes > OperateOptions
If it is true, it will exclude the fixed rows from filtering.
Defaults to true.
grid.setOptions({
operate: {
exceptFixedRowsFromFiltering: true,
exceptFixedRowsFromSorting: true
}
});
grid.setOperateOptions({
exceptFixedRowsFromFiltering: true,
exceptFixedRowsFromSorting: true
});
grid.operateOptions().setExceptFixedRowsFromFiltering(true);