removeColumnsInRowGroupByColumn abstract method

  1. @protected
void removeColumnsInRowGroupByColumn(
  1. List<PlutoColumn> columns, {
  2. bool notify = true,
})
inherited

Implementation

@protected
void removeColumnsInRowGroupByColumn(
  List<PlutoColumn> columns, {
  bool notify = true,
});