Tomáš Jacík

Results 41 comments of Tomáš Jacík

@o5 When I change setColumn on column from `actuarial.customer.bName` to `customer.bName`, it will display error right after displaying grid. And you're right about sorting, it doesn't work too on customer...

@o5 I created test from your examples here: https://github.com/foxycode/grido-examples It gives me now another error that I have, maybe because of SQLite instead MySQL. Please look at it. Test web...

What about RebelDeployer? :-)

Problem is, there is User class used directly in Nette code. If not in code, definitelly in comments which isn't good for IDE.

@JanTvrdik Thanks for the tip, but this doesn't solve issue in framework. User is somehow hardcoded and it would be great if it wasn't. I'm happy to make PR (or...

@enumag Again, why not solve it directly in framework? Yes, I can make my own library. I actually already did. I believe, if we put our heads together, we can...

@enumag I think we can afford BC breaks in 3.0 and this is only about adding interface. Possibly this wouldn't need BC at all. I'd like to know what @dg...

@JanTvrdik Ok, I agree with it :) I'd like to try, but need to know what others don't like about User class. Can you tell your opinion?

@JanTvrdik You are true, but I think this is good step forward.