autoColsAuto method

GridBuilder autoColsAuto()

设置自动列宽为auto

Implementation

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