Hi all, I have a question regarding customizing ta...
# gooddata-ui
e
Hi all, I have a question regarding customizing table widgets in embedded dashboards. I'm using the
<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 -.
r
Hi Emir, Radek from the GoodData Technical team here! For extending the base functionality of tables in the Dashboard component, the most official way would be Dashboard plugins - these run on dashboard load and can modify/extend the original dashboard functionality. We have a sample of a plugin in the Component library, plus a GitHub repo of plugins so that you can have a look at how they work 🙂