Raphael Eiden
Raphael Eiden
Could you please provide some more detail? What would a proper drag-and-drop implementation look like for you?
So you mean something like this? ```java class LazyPagination { ... public int getMaxPage() { return supplier.get(); } public Collection getWidgetsFor(int page) { ... } public KelpItem getItem(T type) {...
Thank you for the bug report! I have to admit that the dependency feature has not been tested enough to spot such errors. In MR 0.4 I have planned to...