gpt4 book ai didi

javascript - Tiny Table,如何根据两列进行初始排序

转载 作者:太空宇宙 更新时间:2023-11-04 16:24:49 26 4
gpt4 key购买 nike

我正在使用tiny table V3对表格进行排序,并在表格顶部添加一个搜索框。

当前排序是根据列名进行的,即第 1 列这是工作 fiddle ,http://jsfiddle.net/2vdh2ac8/3/下面是我根据名称排序后得到的结果。

no. name    due date    comment
97 bob 01/16 this is a comment
912 daisy 01/14 this is a comment
15 hahaza 09/16 this is a comment
234 hoppy 01/16 this is a comment
56 ishmael 02/18 this is a comment
24 john 04/16 this is a comment
43 john 01/16 this is a comment
365 kindle 05/15 this is a comment
123 pickpic 06/16 this is a comment

我想要实现的是,在根据名称排序后,如果名称重复,那么我必须根据截止日期对这些名称进行排序。例如,约翰在表中出现了两次,因此我需要如下输出

no. name    due date    comment
97 bob 01/16 this is a comment
912 daisy 01/14 this is a comment
15 hahaza 09/16 this is a comment
234 hoppy 01/16 this is a comment
56 ishmael 02/18 this is a comment
43 john 01/16 this is a comment
24 john 04/16 this is a comment
365 kindle 05/15 this is a comment
123 pickpic 06/16 this is a comment

需要帮助来弄清楚如何做。

最佳答案

下载source code后插件并通过 jsbeautifier 运行它取消缩小它以便我可以阅读它,看来您想要通过此插件实现的目标是不可能的。

排序列的选项需要一个整数,并且只能处理该整数。

我想你最好的机会是要么不支持多列排序,要么寻找另一个包含此功能的插件。

关于javascript - Tiny Table,如何根据两列进行初始排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40321748/

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