使用排序后,排序箭头始终显示
我们有几个页面作为选项卡,其中大多数页面都使用数据表。当我们对特定栏进行排序并退出页面并重新进入此页面时,会出现箭头(向上/向下取决于我们退出页面的方式)。但数据并未按照箭头所示的方向排序。我已将 preserveSort
和 preserveDataModel
设置为 false
。所有页面中列的 t:commandSortHeader
标记中的 arrow
均设置为 true
。这是一个错误还是我缺少任何设置?我尝试在 t:commandSortHeader
中将 forceId
设置为 false
但没有用。
We have several pages as tabs where datatable is used in most of the pages. When we sort on a particular coulmn and exit the page and re enter this page the arrow appears (up/down depending on how we exit the page). But the data is not sorted in the direction the arrow shows. I have set preserveSort
and preserveDataModel
to false
. The arrow
is set to true
in the column's t:commandSortHeader
tag in all the pages. Is this a bug or am I missing any setting? I have tried to set forceId
to false
in t:commandSortHeader
but of no use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在已经解决了这个问题。我重置了 sortcolumn 并在页面的每个条目上对升序值进行排序。我以为 preseveDataModel 已经做到了这一点,但事实并非如此。很高兴知道,如果您将preservesort和preserveDatamodel设置为 false,排序信息仍然会保留。
i have resolved this now.i reset the sortcolumn and sort ascending values on every entry to page.I thought preseveDataModel already does that but it doesnt.good to knwo sorting info is still kept if u set preservesort and preserveDatamodel to false.