autoColsFr method

GridBuilder autoColsFr()

设置自动列宽为fr

Implementation

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