RightToLeft - paggination and showing info

RightToLeft - paggination and showing info

pgpg Posts: 1Questions: 1Answers: 0

Hi,
In RTL, pagination and showing info (under table) aren't swapped. This code need to be add to demo_table-rtl.css file:

.dataTables_info {
  float: right;
}

.dataTables_paginate {
  float: left;
  text-align: left;
}

Best regards,
Piotr

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin

    Thanks for this. However,

    demo_table-rtl.css file

    Where is that file?

    Allan

This discussion has been closed.