[#5859] - v. 4.7 Table Sort Overrides Hyperlinks

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?

lisacbeaton's picture
Joined: Mar 27 2012 - 9:24am
Last seen: 9 years 1 month ago

1 Comment:

#1

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.

Feedback