企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 属性 `$cellMinWidth int 设置所有普通单元格的最小宽度, 其优先级低于表头属性中的 minWidth` > 注:该属性实现于`layui`数据表格接口中的`cellMinWidth`配置项 ## 方法 设置表格所有普通单元格最小宽度: ```php $tableBuilder->setCellMinWidth(500); // $this ``` 获取表格所有普通单元格最小宽度: ```php $tableBuilder->getCellMinWidth(); // integer ```