• Resolved Mimergt

    (@mimergt)


    Hello, tnks for all the work on this awesome plugin.

    I have a problem using the DataTables Buttons extension, i need use the shortcode like

    [table id=1 responsive="flip" hide_rows="all" show_rows="3,4,5" datatables_buttons="colvis,copy,csv,excel,pdf,print"/]

    I already try…
    [table id=1 datatables_buttons="colvis,copy,csv,excel,pdf,print"/]

    and other combinations but the buttons not load.

    I’m using the Divi Theme and i think this can be the reason but i’m not shure.

    Here you can see the table with the shortcode above and not render it.
    https://18.221.36.160/tester/

    Tnks and regards.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Your table is missing a header row (there’s a checkbox for this on the “Edit” screen). This is necessary for the JavaScript features to work.
    (If you don’t really want one, you should add an empty header row and hide it with CSS code, like

    .tablepress-id-1 thead {
      display: none;
    }

    Regards,
    Tobias

    I’M ALSO STRUGGLING TO GET THE BUTTONS TO SHOW ON MY PAGE

    GOT MY FIRST ROW OPEN

    THIS IS MY CODE PASTED IN THE PAGE

    [table id=14 datatables_buttons=”colvis,copy,csv,excel,pdf,print”/]

    I’VE TRIED .tablepress-id-14 thead {
    display: none;
    }

    NO LUCK…TABLE DISPLAYS OTHERWISE FINE

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi expatdoc,

    please don’t use all CAPITAL letters, this is considered screaming on the web.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DataTables Buttons not load’ is closed to new replies.