Msieprawski\ResourceTable\Generators\Table::_dataForView PHP Method

_dataForView() private method

Returns array with view data
private _dataForView ( ) : array
return array
    private function _dataForView()
    {
        return ['collection_generator' => $this->_config['collection_generator'], 'columns' => $this->_getColumns(), 'collection' => $this->_collection, 'paginator' => $this->_config['paginator_presenter'], 'table' => $this, 'extra' => $this->_config['extra']];
    }