Hello,
I am using event handlers in the Table component to show a modal frame when clicking on a specific column. The modal displays correctly when clicked. However, when hovering over the column, the pointer cursor does not change as expected.
The same functionality works as expected in other columns, where the pointer cursor changes on hover. I would like to understand why this behavior is happening only for this particular column.
Thank you for your assistance!
Best regards,
Hey @kanjanggun,
Is this column the same type of other columns? Could it be the column type that does not react in the same way of others?
Yes, the column values are in Number format.
In the attached image, the two columns, total_cost
and budget_amount
, have the same format and trigger the same modal on click. However, while the pointer works correctly for budget_amount
, it does not work for total_cost
.
ex> budget_amount
ex> total_cost
Hi @kanjanggun,
I'm not able to reproduce your issue on my own instance. Can you send me the json file for your app so I can take a look?