RightToLeft - paggination and showing info
RightToLeft - paggination and showing info
pg
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
This discussion has been closed.
Answers
Thanks for this. However,
Where is that file?
Allan