是否可以覆盖 jQuery 表排序器中的排序函数?

发布于 2024-08-12 01:06:15 字数 409 浏览 2 评论 0原文

我目前正在使用 tablesorter 对一组图表进行排序。我通过使用隐藏文本嵌入图形内容代表的“数字”来实现此目的。然后,textExtraction 例程提取数字进行排序。

然而,这些图表实际上是针对两个不同的事物,我们称它们为 A 和 A 。 B,其中 B 节点是 A 节点之一的子节点。所以我真正想要的是根据不相关的 B 节点的父节点编号对它们进行排序,除非它们被排序到兄弟 B 节点。这将维持父节点和兄弟节点之间的关系。例如:

A1 (100)
B2  (25)
B3  (10)
A2 (50)
B1 (25)
B4 (5)

Where B2&B3 are parents of A1 and B1 & B4 are parents of A2

我是否可以重写排序方法来完成这个复杂的事情?

I'm currently using tablesorter to sort a set of graphs. I achieve this by using a hidden text to embed the "number" the graph contents represent. The textExtraction routine then pulls the number out for sorting.

However the graphs are actually for two separate things, lets call them A & B where a B node is a child of one of the A nodes. So what I really want is to sort unrelated B nodes with respect to their parents number unless they are being sorted to a sibling B node. This would maintain the relationship between the parent nodes and the siblings amongst themselves. For example:

A1 (100)
B2  (25)
B3  (10)
A2 (50)
B1 (25)
B4 (5)

Where B2&B3 are parents of A1 and B1 & B4 are parents of A2

Is there anyway I can override the sort method to do this complex thing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人生百味 2024-08-19 01:06:15

简而言之,答案是否定的。

In short, the answer is no.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文