Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Export user view (Read 1197 times) previous topic - next topic

Export user view

Hi,
In Classic, with authentification and full admin rights,  i can't get the export button into user/view ?
Is this a Bug ?

If i add manually this button:
<button class="btn btn-sm btn-primary export-btn">
        <i class="fa fa-save"></i> Export
    </button>
The report page open but no data in

Thanks



 

Re: Export user view

Reply #2
I solved this by applying the solution from this previous post :/forum/index.php?topic=106.msg244#msg244

--> adding <div class="page-records "></div>

It was solved in classic 2.3 but issue reappeared in version 2.4

Okay thanks for the feedback.