CSS row order buttons
CSS row order buttons
Nicolass_83
Posts: 1Questions: 1Answers: 0
how to change css to align buttons???
how to change css to align buttons???
Answers
good
That is a styling issue specific to your page. We will need to see the problem to help troubleshoot. Please post a link to your page or a test case replicating the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
You could right click the header and try using the Inspect tool to see if there is a CSS causing the issue. Or you could try removing any custom CSS to see if there are conflicts. Use the Download Builder to make sure you are loading all the correct Datatables files for the styling framework you are using. So you could have moved your original code into
initComplete
and it would have workedKevin