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.