-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/partial rewrite of editable-grid #756
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The API breaks may make someone unhappy though! An upgrade from 9.x to 10.x will be painful!
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-simple</artifactId> | ||
<version>${slf4j.version}</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that for testing too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
with minor changes :)
...le-grid-parent/editable-grid-examples/src/main/java/org/wicketstuff/egrid/page/HomePage.html
Outdated
Show resolved
Hide resolved
Thanks for the contribution @silasporth ! |
Hi @silasporth I am trying to understand how to update my code from 10.0.0-M1 to 10.0.0 (see #849) but having some issues: is there any usage sample around? |
Hi, currently there is only the example in editable-grid-parent/editable-grid-examples but it should be working and it shows a minimal example. |
Thank you @silasporth I was able to get around it: apache/syncope@f00ad78 |
While working on a project, I came across the editable-grid and wanted to use it. But I found some bugs that I couldn't fix unless I ported the whole structure to my project. Well, I did that because I liked the idea of the base so much and then I decided to fix the bugs here as well.
What I did:
If there are problems with any of these changes, I'm happy to help.