o5 / grido

Grido - DataGrid for Nette Framework
http://o5.github.io/grido-examples/
MIT License
90 stars 88 forks source link

Fixing th sort class adding #283

Closed ajaxovic closed 8 years ago

ajaxovic commented 8 years ago

In case when you use ->getHeaderPrototype()->addAttributes(['class' => 'someclass']), function getHeaderPrototype() triggers fatal error '[] operator not supported for strings'. This fix solves problem.

ajaxovic commented 8 years ago

I fixed bug in Grido. More in commit message. Please merge...

o5 commented 8 years ago

Hello @ajaxovic, thanks for PR!

Please follow Contribution Guide and fix your PR.

ajaxovic commented 8 years ago

Ahhh, sorry.. I'm closing my pull request. Not because of coding standard request, but because my fix was not working. Problem was on my side, not in your code. Sorry for problems...