Responsive extension bug: No visible/non-visible columns recalculation after page change

Responsive extension bug: No visible/non-visible columns recalculation after page change

maxiousmaxious Posts: 2Questions: 1Answers: 0

Conditions: server-side ajax datatable with with=100% placed into div with fixed width (to imitate device with narrow screen).

Everithing is Ok after initial load but after you change a page with paginator and there is data which doesn't fit you will get broken layout (go from page 2 to 3 in demo).

Setting recalc() on page.dt and xhr.dt doesn't help (however recalculates columns while going from step 1 to step 2)

Demo: http://jsfiddle.net/maxious/2ruL6359/2/

This discussion has been closed.