Is it possible to change the column hover over text in a data grid?

0
Hi, i am using datagrids but it would be really useful to be able to change what text appears on the hover over for a column header.  So for example i might have a column called “total” with the hover over giving an explanation like “the total adds columns a + b + c” etc…. TIA
asked
1 answers
1

With a datagrid you can't do this out of the box right now.

What you could do is use a listview and style it like a datagrid. You can the put the headers as textfields on the page and use a widget like: https://appstore.home.mendix.com/link/app/1939/ to create the tooltip you want.

 

answered