You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@o5 potvrzuji stejny problem i v aktuálním masteru. Staci si dat jen to reload tlacitko u vyhledat a tam mi to i napovi, kde je problem (o5\grido\src\Components\Actions\Action.php:245).
Staci udelat tedy obalovaci sablonu a funguje to ok, ale je to celkem zbytecne...
Ak v komponente renderujem takto, všetko je OK:
$this->template->setFile('...');
$this->template->render();
Ale ak chcem vyrenderovať grid takto:
$this['grido']->render();
...grid sa sice zobrazi, ale JSON Response vyhodi pri zoradeni alebo strankovani Nette\InvalidStateException.
Pouzivam verziu 2.0.8.
The text was updated successfully, but these errors were encountered: