place filtering input datatable on the left
place filtering input datatable on the left
Mó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?
This discussion has been closed.
Answers
You can use
dom
to move the elements around. CSS can be used for fine-tuning.Colin
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?