Search builder button position
Search builder button position
vsek
Posts: 30Questions: 17Answers: 0
Hey out there, curious. I have a custom button followed by the copy+excell+pdf along with search builder. Love it. Only issue is....is there a way to position the search button just to the left of the custom button instead of on top of these? I just think it would look a tad cleaner if they where all on the same line
This discussion has been closed.
Answers
i think you can use preassigned class
.dataTables_filter
to apply your own css,and position the search box as you wish.or you can just create a container such as
<div id"newSearchPlace"><?div>
and place it to your desired position and then just move the search box inside it with something like this :$("#newSearchPlace").html($(".dataTables_filter"));
thats how i did it at least
Do you mean like this?
http://live.datatables.net/gicadelu/1/edit
maybe I'm not understanding the question. Please provide more details of what you are asking for.
Kevin