ZfTable icon indicating copy to clipboard operation
ZfTable copied to clipboard

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3...

Results 49 ZfTable issues
Sort by recently updated
recently updated
newest added

Anyone knows any github project like this that automate creations of tables?

While working perfectly in Chrome and Firefox, the 'Export to CSV' function does not work in Edge and Internet Explorer. When clicking on the export function, IE opens a new...

Hi, It seems we are affected by the same problem as http://www.doctrine-project.org/jira/browse/DDC-1927 By example for this source: ``` protected function getSource() { $queryBuilder = $this->getObjectManager()->createQueryBuilder(); $queryBuilder ->select('e.id id') ->from('Application\Entity\Package', 'e')...

It would be nice to have an option to have the renderRowHtml output a row with a configurable message if no results were found. For example, in the renderRowHtml function,...

Has anybody gotten zfTable working with zf3 Service Manager? It seems to me that it is not supported - an exception is thrown when zfTable tries to load plugins at...

Hi, I am trying to add a hint to the querybuilder to search in translatable fields. So far I have: $qb->getQuery()->setHint( \Doctrine\ORM\Query::HINT_CUSTOM_OUTPUT_WALKER, 'Gedmo\\Translatable\\Query\\TreeWalker\\TranslationWalker' ); $table->setAdapter($this->getDbAdapter()) ->setSource($qb) ->setParamAdapter($this->getRequest()->getPost()) ; It is...

Hello, To day I want to update my project and do php composer.phar update and I have this error : `- Updating dudapiotr/zftable dev-master (d3f0322 => 8c7750c) Update failed (Failed...

i received fatal error when i use editable row with doctrine orm error; Fatal error: Cannot use object of type Application\Entity\Accounts as array in /var/www/dev.kultureltv.com/vendor/dudapiotr/zftable/src/ZfTable/Decorator/Row/VarAttr.php on line 43 my zftable...

Hi, The link decorator is not compatible with Doctrine. The code should be updated to something similar with: ``` public function render($context) { $values = array(); if (count($this->vars)) { $actualRow...

Dear @dudapiotr, I try examples, but they doesn't work. For example, Doctrine: Ajax response from /table/ajax-doctrine 500 Internal Server Error > D:\OpenServer\domains\zend\vendor\zendframework\zend-servicemanager\src\ServiceManager.php:557 > > Zend\ServiceManager\ServiceManager::get was unable to fetch or...