Change position for Buttons
Change position for Buttons
nikz
Posts: 5Questions: 3Answers: 0
I want to make the colvis,copy, etc buttons fixed. I tried $('.dt-buttons').removeClass('dt-buttons').addClass("dt-buttons pull-right").css({"position":"fixed"});
in js and it worked but colvis options are blurred and not gets selected then. Any way to achieve this ?
This discussion has been closed.
Answers
Hi @nikz ,
We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
NVM, I was missing "scrollX": true
It worked for me
But this is disabling my search boxes placed in footer for individual columns