How to substitute buttons in DataTables with customised pictures ?

How to substitute buttons in DataTables with customised pictures ?

andziaa133andziaa133 Posts: 2Questions: 1Answers: 0
edited November 2014 in Free community support

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.

Answers

  • andziaa133andziaa133 Posts: 2Questions: 1Answers: 0

    Anyone ?

  • allanallan Posts: 62,156Questions: 1Answers: 10,192 Site admin

    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

This discussion has been closed.