is there a way to keep dom elements fixated to the page width and not view width?
is there a way to keep dom elements fixated to the page width and not view width?
testownik
Posts: 21Questions: 10Answers: 0
When the browser is resized, then dom elements follow view width. I'd like to keep them within table width.
This discussion has been closed.
Answers
Does this example work for you?
https://datatables.net/extensions/buttons/examples/styling/jqueryui.html
If it does work then please provide a test case replicating the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Example provided above is showing a table, that follows browser width. I refer to a table, that has fixed width in pixels.