Adding CSS classes to pagination controls
Adding CSS classes to pagination controls
pankajsy9
Posts: 6Questions: 2Answers: 0
Hi,
I want to add CSS classes to the pagination controls so that they look different.
I went through the documentation and got some information but don't want to take the effort.
Please give me a ready made code.
Regards,
Pankaj S Y
This discussion has been closed.
Answers
With respect, no. DataTables is free open source software and I'm very proud of it. But, again with respect, I do not have time to do your work for you. I would rather improve DataTables everyone.
Regards,
Allan
OK.
But tell me the way to do that.
Is it same like that of pagination ?
I am modifying the CSS file.
It has pagination classes.
Just playing around...
.pagination>li>a { padding: 4px !important; border: 1px solid red !important; }
Is this what you are looking for?