autoColsMax method

GridBuilder autoColsMax()

设置自动列宽为max

Implementation

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