You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the onRowClick event in the PrimeVue DataTable does not support the browser's default behavior for:
Ctrl + Click (Windows/Linux) or Cmd + Click (macOS) to open a link in a new tab.
Right-clicking to access the browser's context menu, which includes options like "Open link in new tab.
This limitation forces us to create workarounds, such as overlaying tags styled with position: absolute to cover the row or implementing custom context menus, both of which result in a ugly way.
Steps to Reproduce:
Create a DataTable with an onRowClick event.
Attempt to:
Ctrl + Click (Windows/Linux) or Cmd + Click (macOS) a row → It does not open in a new tab.
Right-click on a row → The browser's context menu does not provide the "Open link in new tab" option.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, the onRowClick event in the PrimeVue DataTable does not support the browser's default behavior for:
Ctrl + Click (Windows/Linux) or Cmd + Click (macOS) to open a link in a new tab.
Right-clicking to access the browser's context menu, which includes options like "Open link in new tab.
This limitation forces us to create workarounds, such as overlaying tags styled with position: absolute to cover the row or implementing custom context menus, both of which result in a ugly way.
Steps to Reproduce:
Create a DataTable with an onRowClick event.
Attempt to:
Ctrl + Click (Windows/Linux) or Cmd + Click (macOS) a row → It does not open in a new tab.
Right-click on a row → The browser's context menu does not provide the "Open link in new tab" option.
Beta Was this translation helpful? Give feedback.
All reactions