描述

定义表格的操作列,位于 标签中,可以在内嵌 定义具体的操作

参数

允许动态属性:

false
名称 必需 默认值 类型 描述
align   left String 内容对齐方式,可选值:left, center, right
cssClass     String 操作列的 CSS 样式类
fixed   false Boolean 当 autowidth=true 时,根据父容器自动调整列宽时,列宽度是否固定不可变,true|false
frozen   false Boolean 是否冻结该列
name   operations String 操作列的列名
resizable   true Boolean 是否可以通过拖指调整列宽
template     String The template (other than default) to use for rendering the element
templateDir     String The template directory.
theme     String The theme (other than default) to use for rendering the element
title   操作 String 操作列列头显示的文字
width   150 Integer 列的宽度,单位为像素

示例代码

example descript...

这里是示例代码块