You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varnum_cols=$table.find('>thead>tr,>tbody>tr,>tfoot>tr').eq(0).find('>td,>th').length;//first table <tr> must not contain colspans, or add sum(colspan-1) here.
if(num_cols<3)//stackcolumns has no effect on tables with less than 3 columns