My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Use this package to simplify the process of data displaying.

Upgrade

Check this page for Info

Important:

If you are using code from SVN please follow this twitter account zfdatagrid . New methods and changes that may affect your current code will be posted there.

DemosContributors
Live demos Controller source codeCheck this page

Data Sources

Zend_Db_SelectZend_Db_TableDoctrineArrayXMLCsvJson

Renders

TablePrintjqGridPDFWordWord 2007
ExcelJsonXMLOpen Flash ChartODF TextODF Spreadsheet

Featuring...

Zend_Config SupportCRUD Operations && Bulk actions auto-build
Custom && External Filters Mass Actions
Template Based SystemSupport for Extra Columns
Support for Extra RowsAuto Pagination
SQL aggregation expressionsCache Support
Plugins for content formatDecorators
Auto && Advanced filtering systemFields sorting
Conditional Fields PresentationOption for detailed view
PRG Form processingRender specific parts separately (filters, titles, pagination, etc...)
Internationalization supportConfigurable field titles
Column GroupingAjax
Conditional Fields RenderingMultiple Instances per page (no conflicts at all...)

Features Matrix

Please check the Features Matrix to know which options are available for each render class

Example

    function simpleAction()
    {

        //Grid Initialization
        $grid = Bvb_Grid::factory('Table');
        
        //Setting grid source
        $grid->setSource(new Bvb_Grid_Source_Zend_Table(new Bugs()));
        
        //Pass it to the view
        $this->view->grid = $grid; 
    }

Options

Click here for a list of options that any field accepts GridOptions

Powered by Google Project Hosting