Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @donkiely,

    Data Forms are generated using jQuery UI so they’re a bit different from Data Tables (which use the Datatables library).

    You can hide the buttons using the following CSS:

    .wpdadataforms-button-panel .dt-buttons {
    display: none !important;
    }

    Hope that helps! 😊

    Thread Starter donkiely

    (@donkiely)

    Ah. I was distracted by all the information for Data Tables. Thanks, Kim!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to Remove Export Buttons from Data Forms?’ is closed to new replies.