We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SortControl::handleRequest()
1 parent 695eafd commit bd15020Copy full SHA for bd15020
1 file changed
library/Cube/Web/Controller.php
@@ -113,6 +113,7 @@ protected function renderCube(): void
113
]);
114
115
$this->params->shift($sortControl->getSortParam());
116
+ $sortControl->handleRequest($this->getServerRequest());
117
$cube->sortBy($sortControl->getSort());
118
$this->addControl($sortControl);
119
0 commit comments