Migrating from v1.13.4 to v2.2.2: Pagination on Left Hand Side not Right Hand Side
Migrating from v1.13.4 to v2.2.2: Pagination on Left Hand Side not Right Hand Side

I am migrating from v1.13.4 to v2.2.2, and things are working well, but the pagination is on the left not the right.
What can l do to get the pagination to return to the right hand side below the table on the same line as the number of rows on the left?
Sometimes it works, i.e. number of rows on the left and pagination to the right on the same line. Other times, it doesn't, i.e. Pagination is below the the number of rows on the bottom left hand side of the table.
I have used this setting since the beginning. Is it related to this?
dom: 'B<"clear">lfrtip',
v1.3.14
v2.2.2
Answers
Apologies - l search the dom attrribute, and saw that it has been superceded by the layout attribute.
Question Closed.
dom
will still work as it did, but the default stylesheet does not include CSS for it (it would conflict withlayout
).As you indicate, if you can transition to
layout
, do soAllan