Change position for Buttons
Change position for Buttons
![nikz](https://secure.gravatar.com/avatar/e189fc276a18c2b46a0ae98ffd30273f/?default=https%3A%2F%2Fvanillicon.com%2Fe189fc276a18c2b46a0ae98ffd30273f_200.png&rating=g&size=120)
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