gridRowsSubgrid method

GridBuilder gridRowsSubgrid()

设置grid行为subgrid

Implementation

GridBuilder gridRowsSubgrid() {
  _templateRows = null;
  return this;
}