Skip to content

Commit

Permalink
Displays invisible columns
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Dec 5, 2018
1 parent a91069d commit 94f7367
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Twig/Extension/AbstractDataTablesTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ protected function renderDataTables(DataTablesWrapper $dtWrapper, $class, $inclu
*/
private function renderDataTablesColumn(DataTablesColumn $dtColumn, $scopeRow = false) {

// Check if the column is visible.
if (false === $dtColumn->getVisible()) {
return "";
}

// Initialize the template.
$template = " <th%attributes%>%innerHTML%</th>";

Expand Down

0 comments on commit 94f7367

Please sign in to comment.