Skip to content
Discussion options

You must be logged in to vote

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:

$(document).on('KTL.BulkOperation.Updated', () => {
    $('.bulkOpsControlsDiv').addClass('ktlHidden');
});

Norm

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Kaitydid789
Comment options

Answer selected by CSWinnall
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants