


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; }
To get your hands on wpDataTables Lite, please enter your email address below. We’ll send you a direct download link and keep you updated on existing features along with helpful tips and tricks!