修改demo说明
This commit is contained in:
parent
b8e777ae2c
commit
1cfee95e92
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*
|
||||
* @title 拖拽调整列的宽度
|
||||
* @description 注:不支持tree结构的表头、不支持和表头拖拽交互列一起使用
|
||||
* @description 注:不支持tree结构的表头、合并表头的table【目前支持表头拖拽宽度、交互列一起使用】
|
||||
*/
|
||||
import React, { Component } from 'react';
|
||||
import Table from '../../src';
|
||||
|
@ -59,7 +59,7 @@ class Demo23 extends Component {
|
|||
render() {
|
||||
return <DragColumnTable columns={columns23} data={data23} bordered
|
||||
dragborder={true}
|
||||
draggable={false}
|
||||
draggable={true}
|
||||
/>;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue