Position of export buttons

Position of export buttons

adrian_fadrian_f Posts: 3Questions: 0Answers: 0

Link to test case: http://live.datatables.net/dihehemi/3/ and http://live.datatables.net/venirosa/1/
Debugger code (debug.datatables.net): osutiv
Error messages shown: None just does not look right
Description of problem:
Really new to datatables. Trying to update an old version to new.
Trying to get the export buttons to move to the right above the Search field. Have tried replacing the B in the dom parameter with <"float-right"B>. I have also tried this in the CSS:

div.dt-buttons {
position: relative;
float: right;
}

I end up with the buttons on the same line and to the right of the Search field.

Replies

This discussion has been closed.