Skip to content

Commit

Permalink
sums
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jul 15, 2024
1 parent 5c7e627 commit 34a4051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/HasColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public function getColumnSum(string $name): HtmlString
}

$rows = $column->get(Config::sum_target) === Config::sum_target_visible
? $this->filteredRows
: $this->rows;
? $this->rows
: $this->filteredRows;


$sum = $with_sum === true
Expand Down

0 comments on commit 34a4051

Please sign in to comment.