views:

266

answers:

1

Hi, I am trying to sort datatable using richfaces. cab anyone help me out in this.

+4  A: 
<rich:column sortBy="#{rowBean.propertyName}">
   ...
</rich:column>
Bozho