Closed WilliamAnthony closed 4 years ago
The only potential issue I noticed is that now the client side Grid is effectively of type Grid<JsonObject>
rather than Grid<Object>
, which might or might not be related to this.
Otherwise, I'd recommend trying to debug the client side class using SuperDevMode and Chrome (and making sure assertions are enabled). That way, you can put a breakpoint in both methods and see if they are called at appropriate times.
Hello there!
It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.
There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):
Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!
The issue was automatically closed due to inactivity. If you found some new details to it or started working on it, comment on the issue so that maintainers can re-open it.
Vaadin 8.0.5 I used the following example code in vaadin7, but it's not working after upgrade to vaadin8
the sort method is not executed.