## 添加列表栏目
addColumn($key, $title, $data = [])
### 参数
| 参数序号 | 参数类型 | 参数名称 | 必须 | 默认值 |参数注释 |
| --- | --- | --- |--- |--- |--- |
| 1 | string | $name | 是 | | 按钮名称 |
| 2 | string | $title | 是 | | 按钮标题 |
| 3 | array | $data | 是 | | 其他参数 |
| | array | $data.width | 是 | | 弹窗宽度 |
| | array | $data.minWidth | 否 | | 弹窗最小宽度 |
| | array | $data.type | 否 | | 弹窗类型 template |
| | array | $data.template | 否 | | type有值时才需要配置此项 right_button_list |
### 示例
```
->addColumn('id' , 'ID', ['width' => '50px'])
->addColumn('module', '所属模块', ['width' => '80px'])
->addColumn('title', '菜单标题', ['width' => '230px'])
->addColumn('menu_type', '类型', ['width' => '50px'])
->addColumn('api_method', '请求方法', ['width' => '90px'])
->addColumn('admin_api', '后台接口', ['width' => '250px'])
->addColumn('is_hide', '隐藏', ['width' => '50px'])
->addColumn('sortnum', '排序', ['width' => '50px'])
->addColumn('right_button_list', '操作', [
'type' => 'template',
'template' => 'right_button_list'
])
->addColumn('audio' , '音频类型', [
'width' => '170px',
'type' => 'template',
'template' => 'audio',
'options' => []
])
->addColumn('rate' , '评分', [
'width' => '170px',
'type' => 'template',
'template' => 'rate',
'options' => []
])
->addColumn('progress' , '进度类型', [
'width' => '150px',
'type' => 'template',
'template' => 'progress',
'options' => []
])
->addColumn('nickname' , '标签类型', [
'width' => '100px',
'type' => 'template',
'template' => 'tag',
'options' => []
])
->addColumn('progress' , '进度类型', [
'width' => '100px',
'type' => 'template',
'template' => 'circle',
'options' => []
])
->addColumn('avatar' , '头像', [
'width' => '60px',
'type' => 'template',
'template' => 'image',
'options' => []
])
```
- 说明
- 简介
- 系统安装
- 后端注意
- 目录结构
- 数据表
- 用户注册
- 前端注意
- 后端接口开发
- 新建模块
- 创建数据表
- 创建模型
- 创建后台控制器
- 添加后台接口
- 创建前台控制器
- 添加前台接口
- 常用接口
- 检查用户登录
- 内置接口
- Builder动态页面
- Builder列表
- addTopButton
- addRightButton
- addColumn
- setDataList
- setDataPage
- getData
- Builder表单
- setFormMethod
- addFormItem
- 单图image
- 多图images
- addFormRule
- setFormValues
- getData
- 自定义组件
- 自定义页面组件
- 自定义Form组件
- 加载第三方js插件
- 常见问题
- 模块开发者
- 升级指南
- 图标
- 扩展
- Composer
- ThinkPHP5.1
- GuzzleHttp
- phpspreadsheet
- QueryList
- phpseclib
- 云后台接口