Search Box and Page Length not Aligned
Search Box and Page Length not Aligned
vincmeister
Posts: 136Questions: 36Answers: 4
How to aligned Search Box and Page Length ?
I'm using bootstrap style and this dom
"dom":
'<lf>'+
'<t>'+
"<'row'<'col-sm-4'i><'col-sm-8'p>>",
Try these also not working
"dom":
"<'row'<'col-sm-12'lf>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
"dom":
"<'row'<'col-sm-5'l><'col-sm-7'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
Please advise, thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Happy to take a look at a test case showing the issue. It works without issue in this example.
Allan
Hi Allan,
thanks for the response. I found the problem. CSS conflict with autocomplete plugin.
regards,
danny