I am new to trinidad and tried to play a little bit with the <tr:table>.
I enabled table paging with the attribut rows="15" for the <tr:table>
I enabled table sorting with the sortProperty="name" sortable="true"
for the <tr:column>
the controls are shown as expected. but do nothing on click.
I read the FAQ at http://wiki.apache.org/myfaces/FAQ . But yes I
defined the ResourceServlet for the ADF resource mapping in web.xml.
I read the documentation at http://myfaces.apache.org/trinidad/
devguide/table.html . But it is not clear to me if I have to code an
own "underlying table model" which supports sorting. And (if I have
to) how to "underly" it.
has anybody done it?