Pagination Backwards

Pagination Backwards

webratwebrat Posts: 2Questions: 0Answers: 0
edited August 2011 in General
I initiated button pagination with the following code: $content.find("table.datatable").dataTable( { "sPaginationType": "full_numbers" });

When it was initiated the buttons show up backwards on the datatable i.e... Last,Next, 6,5,4,3,2,1, Previous, First.

Any idea on how this can be fixed?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    I would guess that you have something like .ui-button { float: right } in your CSS. Inspector or Firebug would confirm if that is the case.

    Allan
  • webratwebrat Posts: 2Questions: 0Answers: 0
    Thanks
This discussion has been closed.