Allow jumping to random pages through pagination fillers.
This commit is contained in:
@@ -201,7 +201,7 @@ class GenericTable extends PageIndex
|
||||
}
|
||||
}
|
||||
|
||||
protected function getLink($start = null, $order = null, $dir = null)
|
||||
public function getLink($start = null, $order = null, $dir = null)
|
||||
{
|
||||
if ($start === null)
|
||||
$start = $this->start;
|
||||
|
||||
Reference in New Issue
Block a user