要將tootip關(guān)閉,showSorterTooltip設(shè)置為false即可,具體設(shè)置如下: 1 2 3 4 5 6 7 8 9 { title: 'Age', dataIndex: 'age', key: 'age', sortOrder: sortOrderTest, sortDirections: ['descend', 'ascend'], showSorterTooltip:false, sorter: (a: any, b: any) => a.age - b.age, } 項(xiàng)目...
www.dbjr.com.cn/article/1981...htm 2025-5-31