Search Box and Page Length not Aligned

Search Box and Page Length not Aligned

vincmeistervincmeister 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

Answers

  • allanallan Posts: 61,847Questions: 1Answers: 10,134 Site admin
    Answer ✓

    Happy to take a look at a test case showing the issue. It works without issue in this example.

    Allan

  • vincmeistervincmeister Posts: 136Questions: 36Answers: 4

    Hi Allan,

    thanks for the response. I found the problem. CSS conflict with autocomplete plugin.

    regards,
    danny

This discussion has been closed.