Server-side DataTable Sorting in RichFaces

前端 未结 5 1138
暗喜
暗喜 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:48

    Your datamodel needs to implement "Modifiable" interface.

    The datatable will call it's modify() method to do serverside sorting and filtering.

提交回复
热议问题