Search builder button position

Search builder button position

vsekvsek 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

Answers

  • nospipinospipi Posts: 5Questions: 2Answers: 0
    edited March 2021

    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

  • kthorngrenkthorngren Posts: 21,178Questions: 26Answers: 4,923

    is there a way to position the search button just to the left of the custom button instead of on top of these?

    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

This discussion has been closed.