addAction() will not generate
Po updatu na PHP verze 7.3 a updatu Nette na 2.4 jsem updatoval Datagrid na v5.7.4 a pro každé addAction(), např:
$grid->addAction('id', 'Edit', 'edit');
se vygeneruje element <td> s prázdným obsahem. Verze všech knihoven sedí.
smazal jsi nette cache?
Please use EN, thanks 👍❤️
After updating PHP to version 7.3 and Nette to version 2.4, I updated Datagrid to version 5.7.4 and for each addAction(), for example:
$grid->addAction('id', 'Edit', 'edit');
datagrid generates element <td> with no content. Required versions of all libraries match.
--
Yes, I deleted cache with Tracy and also on file system.
Could you please create a sandbox-like example with this behaviour? I can not simulate it. You can use for example: https://github.com/planette/playground/tree/master/contributte-datagrid
Thanks