How to make the cursor to pointer in select entries per page?
How to make the cursor to pointer in select entries per page?
renier-sumagui
Posts: 1Questions: 1Answers: 0
Hello, is there a way to make the cursor to pointer when hovering over the options in the select entries per page selection? Thank you.
Edit: I am using angular 14 and including this in the options does not seem to work:
buttons: ["pageLength"]
Answers
I don't know that there is - but that isn't a DataTables limitation, but rather a browser / OS decision.
Normally in CSS to change the cursor you would do something like:
The
select
one works for me in Firefox, but not theoption
.Allan