Portfolio Display data directly in form of portfolio (Added in version 2.3)

Display data in portfolio format. Works almost same as grid table (Crud table) with all features available here also, only thing that you need to do extra is to call setPortfolioColumn() function with no. of columns in one row parameter. Most of the grid table functions also works perfectly with portfolio display also but some function don't work with format of display. You can use crud table col to display format properly for e.g. we have set product_image as first column as per the default view of this type of format. Export/Print option will be in same format as of grid table display.

  
                                    $pdocrud = new PDOCrud();
                                    $pdocrud->crudTableCol(array("product_image","product_name","product_price"));
                                    $pdocrud->setPortfolioColumn(4);// set no. of columns in one row. Possible values are 1,2,3,4,6
                                    $pdocrud->recordsPerPage(12);
                                    $pdocrud->tableColFormatting("product_image", "image");
                                    //$pdocrud->setSettings("actionbtn", false);//hide action buttons (view/delete/edit) if not required
                                    echo $pdocrud->dbTable("products")->render();
                                

Products

Showing 1 to 12 of 98 entries

Product name
10.00
Doesnt matters
20.00
0.00
0.00
0.00
RE
0.00
2002 Suzuki XREO
66.27
1969 Corvair Monza
89.14
1957 Chevy Pickup
55.70
1937 Lincoln Berline
60.62
1980s Black Hawk Helicopter
77.27
1995 Honda Civic
93.89