gridColsSubgrid method

GridBuilder gridColsSubgrid()

设置grid列为subgrid

Implementation

GridBuilder gridColsSubgrid() {
  _templateColumns = null;
  return this;
}