💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 属性 `$ttColumnDependency \Closure|array 列依赖` ## 方法 设置列依赖: ~~~ $tableBuilder->setTtColumnDependency(function ($rows) { // $rows当前页数据或当前数据 return [ 'dependency1' => 'value1', 'dependency2' => 'value2', ] }); ~~~ 获取列依赖: ```php $tableBuilder->setTtColumnDependency(); // array|\Closure ```