Hi everyone,
Would you please let me know, how I can identify a click event on Checkbox in RecordlistView?
Thanks,
Laxmichand saini
Hi everyone,
Would you please let me know, how I can identify a click event on Checkbox in RecordlistView?
Thanks,
Laxmichand saini
Do you want to disable the options that appear when someone selects an entry in the list view? If so you should take a look at the access table in the users profile / roles page. Another start would be to take a look at the flex-list (clients/base/views/flex-list) -> addActions function.
Hello Jeroen Somhorst,
What would be the click event for the check box? Any example?
laxmichand
You can customize clients/base/fields/actionmenu/list-header.hbs - which is where the dropdown is being rendered.
But - may I ask why? That would entirely disable any Mass Update / Merge / Export.
If you want to just disable just some specific functionality, you can override the definition and just have the buttons that you need - clients/base/views/recordlist/recordlist.php
Hi Neeraja P,
Let me try
Thanks
laxmichand