Font Awesome integration...

Font Awesome integration...

Hendrik_SHendrik_S Posts: 24Questions: 10Answers: 0
edited March 2016 in Free community support

Hi,

See:

https://www.datatables.net/blog/2014-06-06

It's about "Font Awesome integration" with DataTables. Is the integration with pagination up-to-date? Becuase in the css they are using things like:

div.dataTables_paginate a.paginate_button.first

But those buttons are now span elements instead of a href elements. Is the right way now to do something like:

"language": {
  "paginate": {
    "last": "<i class=\"fa fa-arrow-right\"></i>",

when initialisation initializing DataTables?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Yes - your method is absolutely valid. It should be quite possible to do via CSS or the language options.

    Allan

This discussion has been closed.