Skip to content

New onRowClick implementation stops action buttons and dropdowns from working #1858

@mkrecek234

Description

@mkrecek234

With further changes, the onRowClick implementation renders action buttons in tables inactive, as well as action buttons in dropdowns.

This line has to be adjusted

$this->js(true)->find('a, .ui.button, .ui.input, .ui.checkbox, .ui.dropdown, .atk4-norowclick')->on(

to

 $this->js(true)->find('a, .ui.input, .ui.checkbox, .atk4-norowclick')->on(
  • so remove .ui.button and .ui.dropdown please.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions