How to substitute buttons in DataTables with customised pictures ?
How to substitute buttons in DataTables with customised pictures ?
andziaa133
Posts: 2Questions: 1Answers: 0
How to do something like that : ?
"language": {
"paginate": {
"previous": "<img src="smiley.gif" />"
}
}
I want to customise all of the buttons (next, previous, first, last) with css, but I have no idea how to do it.
This discussion has been closed.
Answers
Anyone ?
Use the "Inspect element" option in your browser to check out the class names for the buttons and then assign a
background-image
as needed in your CSS.Allan