More Separation Between search table and pagination
More Separation Between search table and pagination
mlopez_espol
Posts: 3Questions: 0Answers: 0
It is possible to make a separation between the table, the search and pagination? Since I find that are close together.
This discussion has been closed.
Replies
Sure - just use CSS to change the margin and / or padding. Check your browser's developer tools to see what it currently is, and what is defining its current separation.
Allan
Thanks, I'll check
.dataTables_scroll {
margin-bottom: 2em;
margin-top: 2em;
}
This work good, thanks!.