PDOCrud Pagination and records per page options

  
                                $pdocrud = new PDOCrud();
                                $pdocrud->recordsPerPage(12);                
                                $pdocrud->currentPage(2);//set current page
                                echo $pdocrud->dbTable("products")->render();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.products' doesn't exist