Dynamic sorting of tables on BIRT without javascript
- by ebae
I am using WebViewerExample as my reporting.
I am designing reports within Eclipse using report designer.
I have a table with several columns. Data is retrieved from database.
Is there an easy way to dynamically sort the tables by clicking on the column header names?
I tried to pass string as a sorting condition, but it ain't helping.
Any ideas?