在视图中对共享点组标题进行排序

发布于 2024-08-13 06:35:09 字数 196 浏览 5 评论 0原文

在Sharepoint(WSS 3.0)中,我有一个带有自定义视图的列表,该视图对一些项目进行分组。

A
 item 1
 item 2
B
 item 3
 item 4
C
 item 5
 item 6

如何指定组标题的自定义顺序?我更喜欢以 C、A、B 为例。 有没有办法通过 CAML 来做到这一点?

In Sharepoint (WSS 3.0) I have a list with a custom view that groups some items.

A
 item 1
 item 2
B
 item 3
 item 4
C
 item 5
 item 6

How can I specify a custom ordering of the group-headings? I would prefer to have something like C,A,B as example.
Is there a way to do so through CAML?

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

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

发布评论

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

评论(1

诗笺 2024-08-20 06:35:09

据我所知,使此工作有效的唯一方法是在组标题中添加一些前缀以允许升序/降序排序工作。

例如

  • (1) C
  • (2) A
  • (3) B

As far as I know the only way you would make thsi work is if you add some prefix to the group headings to allow ascending/descending sort to work.

For example

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