DOM
DOM
dom: 'Bfrtip', : this is my actually dom used to print , but the button print is over the table, and i want to show it is under-right
How can i modify it?
This discussion has been closed.
dom: 'Bfrtip', : this is my actually dom used to print , but the button print is over the table, and i want to show it is under-right
How can i modify it?
Answers
Sounds like a CSS issue. We would need a link to the page (as required in the forum rules) to be able to offer any help.
Allan
https://datatables.net/extensions/buttons/examples/print/simple.html i used this example
I don't think that gives me any extra information. However, try placing the
Boption in thedomparameter you are using at the end of the string. Also, try reading through thedomdocumentation to see how it works.Allan
Ty allan, with this DOM (dom: 'lftiprB') this button appears where i wanted, Thanks !