Msieprawski\ResourceTable\Presenters\DefaultPresenter::hasPages PHP Method

hasPages() public method

Determine if the underlying paginator being presented has pages to show.
public hasPages ( ) : boolean
return boolean
    public function hasPages()
    {
        return $this->paginator->hasPages();
    }