sDom formatting for TableTools
sDom formatting for TableTools
I'm a noob with DataTables and can't figure out how to use sDom to put the TableTools toolbar at the bottom left, and pagination at the bottom right. Both are appearing at the bottom right
Here's my sDom:
"sDom": '<"top"lf<"clear">>rt<"bottom">Tp<"clear">>'
Here's my sDom:
"sDom": '<"top"lf<"clear">>rt<"bottom">Tp<"clear">>'
This discussion has been closed.
Replies
div.DTTT_container {
position: relative;
float: left;
margin-bottom: 1em;
}
this is in TablesTools.css