How to add padding in columns of responsive datatable?
How to add padding in columns of responsive datatable?
viniciussvl
Posts: 1Questions: 1Answers: 0
Hello, when I installed the responsive datatable on my site the columns were so close together.
How do you separate? put type 50% for column and 50% for data?
This discussion has been closed.
Answers
will do it to add a little padding. if you want it 50/50, match that and
span.dtr-data
inline-block and width 50%. Probably need to make theul
tag display:block and 100% width as well.Allan