surely-table icon indicating copy to clipboard operation
surely-table copied to clipboard

多级表头,开启列拖拽,叶子节点还是不能拖拽

Open xiaobaiku opened this issue 9 months ago • 1 comments

image

columns:

{
    "title": "提货",
    "children": [
        {
            "title": "自车",
            "children": [
                {
                    "title": "自车成本金额",
                    "dataIndex": "fzsyssharing",
                    "key": "fzsyssharing",
                    "width": 300,
                    "drag": true,
                    "resizable": true,
                    "align": "center",
                    "showMenu": "hover",
                    "ellipsis": {
                        "showTitle": true
                    }
                },
                {
                    "title": "自车结算金额",
                    "dataIndex": "fzsyssharingn",
                    "key": "fzsyssharingn",
                    "width": 300,
                    "drag": true,
                    "resizable": true,
                    "align": "center",
                    "showMenu": "hover",
                    "ellipsis": {
                        "showTitle": true
                    }
                }
            ],
            "drag": true
        }
    ],
    "drag": true
}

xiaobaiku avatar May 24 '24 02:05 xiaobaiku