💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 属性 `$width int 表格宽度 默认:自适应` > 注:该属性实现于`layui`数据表格接口中的`width`配置项 ## 方法 设置表格宽度: ```php $tableBuilder->setWidth(500); // $this ``` 获取表格宽度: ```php $tableBuilder->getWidth(); // string ```