custom dropdown filter and Text search in the same line

custom dropdown filter and Text search in the same line

ganeshkpganeshkp Posts: 1Questions: 1Answers: 0
edited June 2022 in Free community support

Hello,

I am trying to make text search and custom dropdown filter along with label in the same line (row). Can somebody suggest the way of doing it.

I am using below dom:
dom: '<<"left margin-bottom-10"f><"right"B><t><"left"l><"right"p><"padding-top-10 text-center"i>><"clear">',

I tried by detaching filter and appending to specific location like below:
$("#example_filter").detach().appendTo('#search_text'); But labels are appearing above the input. Please check attacehed message

Thank you

Answers

Sign In or Register to comment.