gpt4 book ai didi

javascript - 如何使用 antd 按字母顺序对表格进行排序

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:29:37 25 4
gpt4 key购买 nike

<分区>

我想按字母顺序过滤列这是按大小过滤的代码怎么做谢谢

const columns = [{
title: 'First Name',
dataIndex: 'first_name',
sortDirections: ['descend', 'ascend'],
key: 'first_name',
width: '20%',
sorter: (a, b) => a.first_name.length - b.first_name.length,

}]

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com