Emir
12/09/2024, 2:41 PM<Dashboard />
component from @gooddata/sdk-ui-dashboard
in a React app to embed dashboards.
Is there a way to customize the rendering of the table cells? For example, rendering the cell value in an anchor tag, adding different interactions, styling etc.
The reason behind the question is because I'm currently overriding the onDrill function of some columns (attributes) to navigate to an internal route. The problem is that now I want to support opening URLs in a new tab (possibly via mouse middle click like in links) but drills do not support that - as far as I know -.Radek Novacek
12/10/2024, 10:07 AM