Hide the Copy and Paste buttons? #277
Answered
by
cortexrd
Kaitydid789
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
cortexrd
Apr 5, 2024
Replies: 2 comments 1 reply
-
Hi @Kaitydid789, First, you need to decide if you want to hide the Bulk Ops buttons in all pages, or just this particular view. Per view:
Replace All views, use this code in your Javascript pane:
Norm |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CSWinnall
-
Always happy to help out. Can you click the "Mark as answer" button please? Norm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Kaitydid789,
First, you need to decide if you want to hide the Bulk Ops buttons in all pages, or just this particular view.
Per view:
_cls=[ktlHidden], [ktlTarget, $('#view_1 .bulkOpsControlsDiv')]
Replace
view_1
with yours.All views, use this code in your Javascript pane:
Norm