Cursor pointer not always working

Hi there,

I have several tables is my app (mostly copies from each other) that I have altered to a specific context. I now see inconsistent behavior when hovering over the rows that are clickable. Some tables shows hand (pointer) as expected, but some table are showing an arrow (default).

All tables have the specific row setting to set cursor as pointer. I also can’t find any difference in other settings between the tables. So can someone have some tips to check upon?

Thanks

Hey @FHEXL
Have you checked the cursor property for the children of the row also? (each cell and their content). If that property is set, it will take over any property set on the parent.

Thanks, I will check this