我正在使用 displaytag 来显示表格数据,它工作正常,但分页看起来不太好,所以我需要根据我的需要对其进行修改,即 displaytag 中的分页在表格顶部如下所示:
198 items found, displaying 1 to 10.
[First/Prev] 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 [Next/Last]
但我需要它在表格的底部,它会显示如下:
1 2 3 4 5 6 7 8 9 10 Next
198 items found, displaying 1 to 10.
如果我单击下一步,它需要显示如下:
previous 11 12 13 14 15 16 17 18 19 20 Next
198 items found, displaying 11 to 20.
如果我单击上一个它需要显示如下:
1 2 3 4 5 6 7 8 9 10 Next
198 items found, displaying 1 to 10.
在浏览了显示标签的文档后,我发现页面横幅将通过更改属性“paging.banner.placement”来更改,但是如何做到这一点我没有得到任何帮助?