Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Header TH dont hide or show

$
0
0

This is the code

  if (d.value) {
                                            if (settings.aoColumns[col.idx].bVisible) {

                                                column.visible(false);
                                            }

                                        } else {
                                            if (!settings.aoColumns[col.idx].bVisible) {

                                                column.visible(true);
                                            }

                                        }

Column in table is hidden but header dont hide cell... and details dont show.
Apreciate your help


Viewing all articles
Browse latest Browse all 2364

Trending Articles