I need to set the cursor: hand for particular jquery data table row selection .I try this code but not working.
$(document).ready(function () {
$("#table tr").css('cursor', 'hand');
});
This is the answer , simple :
<table class="display" id="table" style="cursor:pointer" width="100%"> </table>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With