Responsive Expand green button not showing. How can i go about it please?

Responsive Expand green button not showing. How can i go about it please?

wolabwolab Posts: 5Questions: 1Answers: 0

https://jettoworld.com/sample.png

About is the sample using a mobile phone.

Thanks so much

This question has an accepted answers - jump to answer

Answers

  • wolabwolab Posts: 5Questions: 1Answers: 0
  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    Without seeing your page its hard to say. My guess is you haven't included the responsive.dataTables.css. Please post a link to your page or a test case replicating the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • wolabwolab Posts: 5Questions: 1Answers: 0

    THANKS SO MUCH

    ALL THESE ARE INCLUDED.

    It is actually working fine on one application. But can't say why the expand '+' is missing the this application.

    All files working on 1st one moved and used as before on the other app.

    Can any js file be responsible?

    Confused.

    Anyone one with such experience please?

  • wolabwolab Posts: 5Questions: 1Answers: 0
    edited July 2021

    the files

    script src="../../js/DataTables1/jquery.dataTables.min.js"></script>
    <script src="../../js/DataTables1/dataTables.buttons.min.js"></script>
    <script src="../../js/DataTables1/jszip.min.js"></script>
    <script src="../../js/DataTables1/pdfmake.min.js"></script>
    <script src="../../js/DataTables1/vfs_fonts.js"></script>
    <script src="../../js/DataTables1/buttons.html5.min.js"></script>
    <script src="../../js/DataTables1/jquery.dataTables.columnFilter.js"></script>
    <script src="../../js/DataTables1/buttons.print.min.js"></script>
    <script src="../../js/DataTables1/buttons.colVis.min.js"></script>
    <script src="../../js/DataTables1/dataTables.responsive.min.js"></script>
    <script src="../../js/DataTables1/buttons.dataTables.min.js"></script>
    

    Edited by Kevin: Syntax highlighting. Details on how to highlight code using markdown can be found in this guide

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736
    Answer ✓

    There is a stying issue which is why I suggested the responsive.dataTables.css might be missing. You might have a conflicting CSS. How are you enabling responsive? Please post your Datatables init code.

    To help with styling issues we will need to see the page so we can see how the page is setup.

    Kevin

  • wolabwolab Posts: 5Questions: 1Answers: 0

    Whao! That is exactly what is missing. responsive.dataTables.min.css

    Working finely now.

    Thanks so much. God bless you. You shall always find help in times of need.

Sign In or Register to comment.