Table表格中名稱這一列自定義渲染內(nèi)容,sorter設(shè)為true可排序,dataIndex為空;點(diǎn)擊排序后這一列無(wú)法進(jìn)行排序 ,參數(shù)都沒(méi)有 。dataIndex:‘name’后又會(huì)報(bào)錯(cuò){title: '名稱’,dataIndex: '',sorter: true,render: (text) => {const name = text.name ==null ? <span>已刪除</span> : text.name;return name;}
antd Table組件 某一列自定義渲染后進(jìn)行排序。
萬(wàn)千封印
2018-09-23 22:09:31