Resize header
Resize header
fjesualdo
Posts: 1Questions: 1Answers: 0
Good Morning,
I am having a difficulty with datatble resize, I am using AdminLTE and when I hide the side menu the line below the header does not appear, it seems to me that it is not doing the resize in the header, is it?
before
after
How can I solve this? Can anybody help me?
This discussion has been closed.
Answers
Do you have
style="width:100%"
or"width:100%"
configured on yourtable
tag? If not try adding one of them to see if it resolves the issue.Kevin