Multiple tables, only first table resizes headers

Multiple tables, only first table resizes headers

talasyntalasyn Posts: 1Questions: 1Answers: 0
edited August 2016 in Free community support

Hello,
I am using multiple tables on one page. When resizing the page horizontally, only the top table correctly resizes the headers.

Here is a jsFiddle to demonstrate: https://jsfiddle.net/2oeof5rd/4/

Any suggestions?

Thank you,

Todd

*** Update***
Solved: needed to add

$(window).resize( function () {
example.fnAdjustColumnSizing();
} );

This discussion has been closed.