You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello people, is it possible to get the search box from the right to the middle of the table?
Where can I change that: <div class="col-md-6"><div id="table-container-table_filter" class="dataTables_filter"><label>Suche:<input class="form-control input-sm" placeholder="" aria-controls="table-container-table" type="search"></label></div></div>
i think "col-md-6" to "col-md-12" would help me and then continue in the css
The text was updated successfully, but these errors were encountered:
Bealemon
changed the title
Center search box above the table
Center search box
Feb 12, 2018
Well it is 2024 and I just discovered this complete javascript csvtohtml table repository and its allowed me to recreate old web paged tables I used to make in ASP for my information radiators for my projects in record time. However. I would love to...center the search field and couldn't find a place to do that. Just like our friend Baealemon here. I will ask datatable folks as well as I imagine that where that lives.. If I learn anything I will post back. Thanks for csvtohtml!
-the closest I could come on my own..so far is to use a local copy of dataTables.bootstrap4.min.css , (reference that instead) and search for word "filter" in that file ...and change the first occurrence to "LEFT" instead of right. The div where this input lives in datatables is inside a few other divs so it is basically the third div in the page with no break or paragraph so anything left aligned in it, is still slighlty right of center. Imgur
Hello people, is it possible to get the search box from the right to the middle of the table?
Where can I change that:
<div class="col-md-6"><div id="table-container-table_filter" class="dataTables_filter"><label>Suche:<input class="form-control input-sm" placeholder="" aria-controls="table-container-table" type="search"></label></div></div>
i think "col-md-6" to "col-md-12" would help me and then continue in the css
The text was updated successfully, but these errors were encountered: