How to Have Spaces Between two elements in DOM

How to Have Spaces Between two elements in DOM

hooix0013hooix0013 Posts: 17Questions: 5Answers: 0

Currently I have Buttons along with the length changing input in my table as shown as below:
However how to have spaces between the Buttons and the length changing input using dom?
I have tried so many way but yet to achieve that.

dom: "B" +
     "<'row'<'col-sm-6'l><'col-sm-6'f>>" +
     "<'row'<'col-sm-12'tr>>" +
     "<'row'<'col-sm-5'i><'col-sm-7'p>>"

Here's how I declare the dom. Please help me. Thanks in Advance!

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.