29 Nov 2024 01:04 PM
Context: https://developer.dynatrace.com/design/components-preview/tables/DataTable/#configure-column-actions
I'm looking for a way to use ColumnActions, however instead of rendering action cell on the right side I want it on the left side (table is pretty long).
Is there any API for that, or you plan to add it? I's crucial feature for us.
Solved! Go to Solution.
02 Dec 2024 07:13 AM
Hey @beigert ,
No this is currently not possible at the moment, however we are planning "sticky columns" in the near future which should solve your issue and allow the actions column to be "pinned" in place.
08 Jan 2025 03:44 PM
Hello @MikeleH,
Is it possible to have the DataTable row hovered, highlighted when the mouse is over the row?
I've tried to use CSS but couldn't reach the row level to set the className.
Do you have any thoughts or workaround?
09 Jan 2025 07:26 AM - edited 09 Jan 2025 07:28 AM
Hey @chris_cho - the feature you're looking for is natively supported and is called "interactiveRows" (so no css needed 🙂 ). I see that it's missing from the docs, so will make sure that it's added.
<DataTableV2 data={data} columns={columns} interactiveRows />;