Cursor: Hand should not appear on rows ..

Cursor: Hand should not appear on rows ..

naeemsaif0407naeemsaif0407 Posts: 8Questions: 3Answers: 0

I am using datatable with all columns sortable...
I want the mouse not to show hand cursor on hovering on any data as they are not hrefs.
Any solutin @allan please

Answers

  • naeemsaif0407naeemsaif0407 Posts: 8Questions: 3Answers: 0

    I have tried adding
    tr {
    cursor: default;
    }
    in the css on tr and even on tbody class..
    still appearing as the hand icon on hovering on the data..

  • allanallan Posts: 61,920Questions: 1Answers: 10,153 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged. I don't understand if the issue is related to the tbody or the thead.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.