DataTable Arrows Issue

DataTable Arrows Issue

NapsterNapster Posts: 1Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
Dear DataTable experts,

Please I need some help on my script version 1.9.2.

All I need is to remove the arrows of next and back at the bottom of the tables.

I'm developing an Arabic web application and I'm facing the issue that the arrows are inverted (Back is next and next is back).

I successfully translated the text but i cannot get rid of the arrows or even invert them as required.

Kindly note that I'm using bootstrap too if it is related to the issue.

Please help me on this issue .. Thanks in advance :)

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Remove them from the CSS: https://github.com/DataTables/DataTables/blob/master/media/css/jquery.dataTables.css#L127

    Allan
This discussion has been closed.