Responsive plugin with serverside processing

Responsive plugin with serverside processing

veljavelja Posts: 2Questions: 1Answers: 0

Hello,
I have problems with my columns width on table which im loading dynamically with ajax data.
At first init everything looks fine, table is responsive, but if i click on header to sort column, and loaded data has higher width then the one before, table stretches out of div and instead of beeing responsive, scroll appears (since its overflow).
What can i do to tell table to fit div instead of overflow?
ive set table td { white-space: normal } but it doesnt help much, also swidth doesnt seem to be working

Answers

This discussion has been closed.