Server-side DataTable Sorting in RichFaces

前端 未结 5 1144
暗喜
暗喜 2021-02-15 14:16

I have a data table with a variable number of columns and a data scroller. How can I enable server side sorting? I prefer that it be fired by the user clicking the column header

5条回答
  •  爱一瞬间的悲伤
    2021-02-15 14:59

    There is a fairly elegant solution to this solution here:

    http://livedemo.exadel.com/richfaces-demo/richfaces/sortingFeature.jsf?tab=ex-usage

    This demo avoids using the tag.

提交回复
热议问题