Primefaces 数据表:没有 allowUnsorting 属性?
Primefaces dataTable: No allowUnsorting attribute?
我正在使用 Primefacs 6.2.17。我有一个 dataTable where column-header can be clicked in order to sort the table by that column. Clicking the column-header multiple times will swap between ascending and descending ordering. This means that once the table is sorted by that column, I the user cannot go back to not-ordering by that column, but I would like to be able to turn that ordering off. The dataTables Server API 显示有一个属性 allowUnsorting
,它应该产生所需的行为。
但是,这个属性对我来说似乎不可用,这意味着我的编程 IDE 通常会向我建议所有可用的属性,但不会向我建议这个,并且将它添加到我的代码中也没有影响。我认为这是因为我的 Primefaces 版本较低。我是一个更大项目的一部分,因此我不能简单地决定更新 Primefaces 版本,因为我需要它来实现我想要实现的一些小功能。
这引出了两个主要问题:
- 哪里可以看到什么时候加了一些feature/attribute确认
它是否适用于我的版本?
- 当该功能不适用于我的版本时,有哪些选项可以解决我的问题(允许取消排序)?
此功能是在 10.0 中添加的,您可以随时查看文档或 GitHub 问题列表和目标版本
我认为没有简单的方法可以将此功能添加到您的旧版本中。我会升级你的版本!
我正在使用 Primefacs 6.2.17。我有一个 dataTable where column-header can be clicked in order to sort the table by that column. Clicking the column-header multiple times will swap between ascending and descending ordering. This means that once the table is sorted by that column, I the user cannot go back to not-ordering by that column, but I would like to be able to turn that ordering off. The dataTables Server API 显示有一个属性 allowUnsorting
,它应该产生所需的行为。
但是,这个属性对我来说似乎不可用,这意味着我的编程 IDE 通常会向我建议所有可用的属性,但不会向我建议这个,并且将它添加到我的代码中也没有影响。我认为这是因为我的 Primefaces 版本较低。我是一个更大项目的一部分,因此我不能简单地决定更新 Primefaces 版本,因为我需要它来实现我想要实现的一些小功能。
这引出了两个主要问题:
- 哪里可以看到什么时候加了一些feature/attribute确认 它是否适用于我的版本?
- 当该功能不适用于我的版本时,有哪些选项可以解决我的问题(允许取消排序)?
此功能是在 10.0 中添加的,您可以随时查看文档或 GitHub 问题列表和目标版本
我认为没有简单的方法可以将此功能添加到您的旧版本中。我会升级你的版本!