Skip to content

Commit

Permalink
Fixes being unable to sort table records by columns that are not show…
Browse files Browse the repository at this point in the history
…n by default
  • Loading branch information
matheuszych committed Oct 21, 2024
1 parent 4500de0 commit 00668af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function applyViewControls(
->withRange($range)
->withOrder($order)
->withSelectedOptionalColumns($data[self::VIEWCONTROL_KEY_FIELDSELECTION] ?? null);
$view_controls = $table->applyValuesToViewcontrols($table->getViewControls($total_count), $request);
}

return [
Expand Down

0 comments on commit 00668af

Please sign in to comment.