Space between Header and Body
Space between Header and Body
Robin Reiners
Posts: 2Questions: 1Answers: 0
Link to test case: https://jsfiddle.net/1jgs9ov4/3/#&togetherjs=atH89rsADp
Description of problem: In my table application between the table header and the table body there is a gap which is reserved for a scroll bar. Because I don't intend on using the xscroll I'd like this to be gone.
This question has an accepted answers - jump to answer
Answers
Are you referring to the orange area in this screenshot?
That is due to the
mb-3
class you are using when appending the search inputs:Remove the
mb-3
class and that spacing will be removed.Kevin
thanks a lot