Hide new button for one table
-
Hi Team
I have a page with two table on it. Now I want to hide the “new button” of the first table (table_1) only.
Your recommended code refers to both tables.
<style>
.DTTT_button_new {
display: none !important;
}
</style>
What do I have to add?
Best Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Hide new button for one table’ is closed to new replies.