Ivo Toman
Ivo Toman
It fix problem with filtration if the datagrid is with inlineEdit or inlineAdd with selectboxes. Works for `$grid->setAutoSubmit(false);`
With this new snippet is possible add reset button up of grid Something like this ``` $grid->onAnchor[] = function () use ($grid): void { $grid->addToolbarButton($grid->getName() . '-resetFilter!', 'reset filtru') ->setRendererOnCondition(...
- bug fix / new feature? no - BC break? no doplnění jak u konkrétního prvku zobrazit chybovou zprávu včetně css třídy
Je tam asi špatně zakomponováno nastavení, vracení rowClass, protože při vytváření entity je voláno $selection->getRowClass(), jenže $selection nemá rowClass nastaveno a vrací null (rowClass má nastaven manager) Proto se pořád...