place filtering input datatable on the left

place filtering input datatable on the left

Mónica GarcíaMónica García Posts: 3Questions: 2Answers: 0

How can I place filtering input datatable on the left and keep length changing input control also on the left. One below the oder?

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    You can use dom to move the elements around. CSS can be used for fine-tuning.

    Colin

  • Mónica GarcíaMónica García Posts: 3Questions: 2Answers: 0

    Hello Colin. I have used dom opction ans this is the result

    for the css I put
    <style> .dataTables_filter { float: left !important; text-align: left; margin-top: 35px; } </style>

    Can you please help me to align search box to the left?

This discussion has been closed.