固定当前列

基础用法

属性说明
:headerDatafixed: true/left/righttrue:固定当前列, left:固定在左侧, right固定在右侧

headerData数据示例:

[
  {
    id: 100,
    width: "55",
    type: "selection",
  },
  {
    id: 100,
    label: "日期",
    prop: "date",
    width: "150",
    fixed: true,
  },

]

效果

图片fixedColumn

Last Updated:
Contributors: wangyifan