Buttons don't show up?!

Buttons don't show up?!

fleischbatzenfleischbatzen Posts: 2Questions: 1Answers: 0
edited August 2016 in Free community support

Hi,
after hours of trying I write these lines. :(
dataTables ist a awsome table framework, but for me it's not possible to get the csv export button shown up.
My example: http://new.headlineconcerts.de/fileadmin/test.html
What is wrong with my Code?

Thanx in advance
Thorsten

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,097Questions: 1Answers: 10,183 Site admin
    Answer ✓

    There is nothing wrong with your DataTables initialisation - if you take this file out:

        <script src="../typo3conf/ext/t3shop_reports/Resources/Public/Module/Module.min.js?1465834097" type="text/javascript"></script>
    

    the Buttons show up as expected.

    Module.min.js appears to include its own copy of DataTables among other things and I think that is overwriting your earlier loaded one. Is that file controlled by yourself?

    Allan

  • fleischbatzenfleischbatzen Posts: 2Questions: 1Answers: 0

    Thank you Alan!!

    Sometimes it is .... ahhhh.
    Yes I controlling this file. I didn't expect, that dataTables was already integratetd in the Module.min.js! Sorry,

    Thanks again and
    Regards
    Thorsten

This discussion has been closed.