PDOCrud Add attributes and style to columns

  
                                $pdocrud = new PDOCrud();
                                $pdocrud->colDataAttr( "customer_name", array("width"=>"70px","colspan"=>2));
                                echo $pdocrud->dbTable("orders")->render();
                                
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'digjainwi_allsanghinfodev.orders' doesn't exist