Use HTML href tags instead of JS onclick redirect for clickable rows. #939
siebsie23
started this conversation in
Feature Requests
Replies: 1 comment
-
Its a table not an anchor-link. It uses the onclick-method on every Table-Data (td). It is relevant because u can remove it on every Column: Add see here how to useFor editing Table-Row use use action buttons for your need. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the clickable rows use the onclick= attribute on table rows.
Because of this, it's not possible to open rows in a new tab by right clicking or middle mouse button etc.
Beta Was this translation helpful? Give feedback.
All reactions