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?

nandernander Posts: 13Questions: 6Answers: 0

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,343Questions: 26Answers: 4,954
    Answer ✓

    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 the table 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

  • nandernander Posts: 13Questions: 6Answers: 0

    Hi which dom option moves the search element?

  • nandernander Posts: 13Questions: 6Answers: 0

    Figured it out, was missing one of the CDN links.

Sign In or Register to comment.