Click event on Checkbox in RecordlistView

Hi everyone,

Would you please let me know, how I can identify a click event on Checkbox in RecordlistView?

Thanks,

Laxmichand saini

Parents
  • 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

Reply
  • 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

Children