1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Fix: Remove redundant code from the column visiblity method

* This fixes DataTables/DataTables #340
This commit is contained in:
Allan Jardine 2014-06-05 09:36:52 +01:00
parent 23b3c847ee
commit c6619c64f9
2 changed files with 1 additions and 7 deletions

View File

@ -1 +1 @@
1a995b4f80a384c2fceddae048f7f9127e9d1846
37dd3d0ac908239527d4946e5b4c994ceb982fbc

View File

@ -7948,12 +7948,6 @@
else {
// Remove column
$( _pluck( settings.aoData, 'anCells', column ) ).detach();
col.bVisible = false;
_fnDrawHead( settings, settings.aoHeader );
_fnDrawHead( settings, settings.aoFooter );
_fnSaveState( settings );
}
// Common actions