Pagination Entries Changes
Pagination Entries Changes
muneebshafi
Posts: 3Questions: 1Answers: 0
Hi, Hope you are fine. Kindly Suggest how do i change the "Show 10 Entities" into "Show 3 Entities" or "Show 5 Entities". Please thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Can anyone give me the answer please...
Use the page length options: https://datatables.net/examples/advanced_init/length_menu.html
In your case you'd use:
Also how do i change the color of hover (Black)
There's no option for that:https://datatables.net/reference/option/lengthMenu
You'll have to use CSS for that.
Actually, according to this Stackoverflow question, you can't change the color of a select on hover using straight CSS, but they have some other options listed:
https://stackoverflow.com/questions/19388011/how-to-change-colour-of-blue-highlight-on-select-box-dropdown