In my current datatables I use this:
But I need to add button for ColVis plugin.
It seems like I need to change sDom like this:
How can I combine my current sDom and ColVis sDom?
Thank you
"sDom":'<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>',
But I need to add button for ColVis plugin.
It seems like I need to change sDom like this:
"sDom": 'C<"clear">lfrtip'
How can I combine my current sDom and ColVis sDom?
Thank you