Make event handler for entire row in an on-screen table
448
Views
3
Comments
New
Service Studio

Right now when you want en entire Row of a table clickable (or another event), you need to put the OnClick event on every Row Cell and point to the same action every single time which is quite repetitive and prone to mistakes.
If you add a new Row Cell because extra data needs to be shown, you need to put the OnClick action again for this specific Row Cell even though it point to the same end point as the other ones. 

It would be nice if we could put the event handler on the entire Row instead of on the Row cell.
Like this, newly added Row Cells will automatically point to the same OnClick action and you won't forget it.



The option to put different handlers on the different Row Cells should still stay. 
This would just be an extra way to make an Action for a whole Row at once.


agree,  this is a missing feature on the table

i made a forge component to deal with this : on row

Dorine

I also Agree, we should have this, this will be a help when we have many columns and users needs to navigate on any column clicked event.


Preeti

I also agree, sometimes we need to allow user to click on a row to select a row, now need to set event for each cell quite tedious task.