When exporting datatable to PDF, icon title gets exported as well

When exporting datatable to PDF, icon title gets exported as well

mjredgravemjredgrave Posts: 1Questions: 1Answers: 0
edited December 2020 in Free community support

When exporting information from a datatable to a PDF file the title, used as a tooltip for any font awesome icon is also export and placed in the header of the pdf file.

def task_link_content(task) return fa_icon 'times', title: 'Mark as not done' if task.done? fa_icon 'check', title: 'Mark as done' end
Is there any alternative to using title as the title tag to get round this issue?

Regards

Answers

  • colincolin Posts: 15,158Questions: 1Answers: 2,587

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.