Add tooltip to datagrid column header

I’d like to add a little ‘info’ icon to the header of a datagrid column, which I will use to trigger display of a tooltip. I’d like it to look like the below mockup, on the ‘Status’ column. I can’t see how I can add an ‘icon’ element to the column header though. How would I achieve this please?

@aurelie Is this possible please?

That’s currently not possible, as the datagrid header is a text, and not a container.
We do not plan to change this soon, as we think the datagrid component will stay an “opinionated” component, and that the need for more customisation will be handled by the reusable components feature.

1 Like

To add on what @aurelie has said, the new reusable components will enable everybody to build complex components in WeWeb, while abstracting the complexity away for end users.

They should be in production by Q4 this year if everything goes as planned.

1 Like

Ok thanks guys. I can workaround it for now.

1 Like