Category: | Feature request |
Priority: | High |
Status: | New |
Project: | Severity: | Block |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I am using iReport and JasperReports Server professional v. 4.7. The new table sort/filter functionality in v. 4.7 prevents me from clicking on hyperlinks in tables. Any attempt to click on a hyperlink within my table brings up the sort/filter functions instead.
Is there a way to bring the hyperlinks in front of the sort, or disable sort on certain columns?
1 Comment:
Give an Alais to the column fetched in the query in two word format.
Ex:
select customerid as "Customer Id" from customers.
and drag the field now.
This will restrict the sort/filter functions to the header of table.
Then we can use Hyperlinks without any problem.