We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 列显隐,排序都直接修改columns, 考虑受控非受控 allColumns: Record<string,any>[] 带 render 函数的 全量 columns columns:Record<string,any>[] 没有函数属性的 columns, 便于存储和回显
列支持排序, 受控非受控, 排序字段不要放 column 上, 且排序时可以过滤掉总计行
列支持拖拽排序, 直接更改数组位置
列支持拖拽调整宽度
列支持显隐
固定多行( 支持函数过滤row.total === true)
列 dom 上注入 data-dataIndex 和 data-title等
data-dataIndex
data-title
列隐藏的方式: 拖拽到 table 外
滚动条始终显示在可视区域
支持右键菜单
行拖拽排序
excel 导出(考虑 excel 的 fmt)
固定表头 支持 css 的方式
列撑满整个宽度: 列少直接撑满整个宽度, 列多时使用width 属性自动滚动, 没有 width 时保持不换行(考虑内容和标题最长字符串)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
列支持排序, 受控非受控, 排序字段不要放 column 上, 且排序时可以过滤掉总计行
列支持拖拽排序, 直接更改数组位置
列支持拖拽调整宽度
列支持显隐
固定多行( 支持函数过滤row.total === true)
列 dom 上注入
data-dataIndex
和data-title
等列隐藏的方式: 拖拽到 table 外
滚动条始终显示在可视区域
支持右键菜单
行拖拽排序
excel 导出(考虑 excel 的 fmt)
固定表头 支持 css 的方式
列撑满整个宽度: 列少直接撑满整个宽度, 列多时使用width 属性自动滚动, 没有 width 时保持不换行(考虑内容和标题最长字符串)
The text was updated successfully, but these errors were encountered: