Back to school sale! Save up to 50%
Grab Yours

How to hide New, Edit or Delete buttons?By Milan Jovanovic on 20/07/18 in

To hide New, Edit or Delete button you can add one of this CSS in Custom CSS field on
wpDataTables settings page or directly on the page between<style>Your code</style> tags:

.DTTT_button_new {
display: none !important;
}
.DTTT_button_delete {
display: none !important;
}
.DTTT_button_edit {
display: none !important;
}
Was this answer helpful ? Yes No

Comments are closed.

BUT FIRST!

Subscribe to our Newsletter

Be the first to learn about updates and new features. Once you have provided your email address, the download will commence shortly


By continuing, I accept Privacy Policy and T&C
Mail Box