Skip to content

列选择器

列选择器

默认为开启状态

php
// 关闭字段选择器功能
$table->disableColumnSelector();
// 开启字段选择器功能
$table->showColumnSelector();

// 设置默认隐藏字段
$table->hideColumns(['field1', ...]);

通过cookie来实现