Home
last modified time | relevance | path

Searched hist:e6ae02ec4730e92300c3064ff02fd884c81f4e73 (Results 1 – 1 of 1) sorted by relevance

/plugin/struct/meta/
H A DAggregationTable.phpe6ae02ec4730e92300c3064ff02fd884c81f4e73 Tue Nov 15 12:21:05 UTC 2016 Michael Grosse <grosse@cosmocode.de> fix: do not render dyn filters on pdf export

Do not render the dynamic filters, because mpdf 6, which creates the pdf,
is unable to parse `display: none` neither on the `tr` nor on the `th`
or `td` tags and hence removing those filters with CSS doesn't work.
This might improve with mpdf 7.

This fixes #169 and fixes SPR-689