DOM two options
DOM two options
extjac
Posts: 13Questions: 6Answers: 0
Hello,
I would like to have to two options for the DOM but only works one at the time...
Any suggestions?
dom: 'T<"clear">lfrtip', //export to excel, pdf, etc
dom: 'Bfrtip', //show/hide columns
buttons: [
'columnsToggle'
] ,
This discussion has been closed.
Answers
What you have above is like having this code:
a
can't have two values but will end up with the last value of2
.What are you trying to achieve with having two DOM settings?
Can you combine into one DOM setting?
Kevin