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 102 entries

2001 Ferrari Enzo
95.59
1958 Setra Bus
77.90
1969 Corvair Monza
89.14
1968 Dodge Charger
75.16
1969 Ford Falcon
83.05
1970 Plymouth Hemi Cuda
31.92
1957 Chevy Pickup
55.70
1969 Dodge Charger
58.73
1940 Ford Pickup Truck
58.33
1993 Mazda RX-7
83.51
1937 Lincoln Berline
60.62
1936 Mercedes-Benz 500K Special Roadster
24.26