Is it possible to change the pagination class "ellipsis", or turn off that feature?
Is it possible to change the pagination class "ellipsis", or turn off that feature?
I've finally started upgrading from 1.9.x to 1.10.x and so far I haven't found any issues... except one. The pagination control display is breaking.
When pagination is enabled, and using "pagingType": "full_numbers", datatables now adds an ellipsis span, with a class="ellipsis" to the pagination controls.
.ellipsis happens to be a class that is used extensively throughout our application, and so the new datatables .ellipsis element inherits some unwanted styling and breaks.
Is there a way to change that class in datatables?
Is there a way control how many page numbers are shown in the pagination control?
Obviously, I can try and add specificity to get around the issue, but if I don't have to, that would be preferable.
Thanks!