📜  ant design table 完美排序字符串 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:02:24.900000             🧑  作者: Mango

代码示例1
sorter: (a, b) => a.first_name.localeCompare(b.first_name);