nextras / datagrid

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

Fix issue when JS is fired without element #38

Closed bckp closed 9 years ago

bckp commented 9 years ago

If someone call $.nette.ajax( url ), datagrid will throw exception and abort request, this patch will prevent that...