GridHandler::getRowsSequence PHP Method

getRowsSequence() protected method

This is not the sequence value of the data represented by the row, it's just the mapping of the rows sequence, in the order that they are loaded. To handle grid items ordering, see OrderItemsFeature class.
protected getRowsSequence ( $request ) : array
$request PKPRequest
return array
    protected function getRowsSequence($request)
    {
        return array_keys($this->getGridDataElements($request));
    }