autoColsMin method

GridBuilder autoColsMin()

设置自动列宽为min

Implementation

GridBuilder autoColsMin() {
  // 未来版本将支持auto columns
  return this;
}