Hi how can I move the search box to the top right instead of top center?
Hi how can I move the search box to the top right instead of top center?
nander
Posts: 13Questions: 6Answers: 0
This question has an accepted answers - jump to answer
Answers
By default it is to the top right, see this example. Are you using the
dom
option to layout the Datatables elements? If yes then it could be something with that.Does your table extend past the container it is in? If yes then you might need to set
style="width:100%"
on thetable
tag like this example.If these don't help then 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
Kevin
Hi which dom option moves the search element?
Figured it out, was missing one of the CDN links.