dudapiotr / ZfTable

*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.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Is zfTable compatible with zf3 ServiceManager? #97

Open jpalmer4444 opened 7 years ago

jpalmer4444 commented 7 years ago

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 Zend\ServiceManager\AbstractPluginManager (Line 80).

In my table class:

$this->getHeader('username')->getCell()->addDecorator('template', array(
        'template' => '<a class="btn btn-default  btn-square btn-transparent" title="Change User Password" href="users/change-password/%s"><i class="ion ion-locked spin-logo"></i></a>',
        'vars' => array('id')

));