Limiting KTL to one view #266
-
Beta Was this translation helpful? Give feedback.
Answered by
Kaitydid789
Mar 12, 2024
Replies: 1 comment 1 reply
-
HI @Kaitydid789, If you only want to enable Bulk Edit (or any other bulk op), you can use the _ebo keyword in that grid. In your case, this is the correct syntax:
to enable Bulk Edit only. You can also enable it for specific roles only. Or any roles except Role1, Role2, etc. The KTL is extremely flexible, as you can see. Enjoy, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ahhhh got it - that worked! Thank you!