nextras / datagrid

Nextras Datagrid component for Nette Framework.
http://nextras.org/datagrid
MIT License
70 stars 39 forks source link

Variable $template is deprecated #62

Closed novotnej closed 8 years ago

novotnej commented 8 years ago

ladenka.html.zip

hrach commented 8 years ago

Current master do not use any $template variable.

novotnej commented 8 years ago

I just installed it via composer with nette 2.4 "nette/nette": "~2.4", "nextras/datagrid": "^2.1"

"minimum-stability": "stable"

You will probably need to update some dependencies...

hrach commented 8 years ago

Yes, only the master is compatible with Nette 2.4; so, try to use "nextras/datagrid": "@dev"

novotnej commented 8 years ago

Yes I assume this would solve the problem. But that's not the point - composer has dependencies exactly for this purpose - especially if you know that these versions are incompatible, composer wouldn't allow to install them, had the dependencies been declared properly..