Button pdf export call function

Button pdf export call function

andrii.radkovskiiandrii.radkovskii Posts: 20Questions: 0Answers: 0
edited November 2018 in Free community support

How to make a custom export button? I used this code but it does not work.
Help me please.

<button type="button" class="btn btn-info" id="export-button-pdf">Export</button>


    $("#export-button-pdf").on("click", function () {
        table.button('.buttons-pdf').trigger();
    });

Replies

This discussion has been closed.