How can we solve search bar loading in different place?

How can we solve search bar loading in different place?

devang3devang3 Posts: 18Questions: 1Answers: 0

Description of problem:
How can we solve search bar loading in different place?
I have attached gif of how it's loading

I have used this code to change location of search bar

initComplete: function () {
$("#data-table_filter").detach().appendTo("#search-area");
},

This question has accepted answers - jump to:

Answers

This discussion has been closed.