core icon indicating copy to clipboard operation
core copied to clipboard

Non functioning Datatables demo

Open ebremer opened this issue 4 years ago • 2 comments

When I try this code out, no page is generated.

https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/NewPage.java

this example works though:

https://github.com/wicketstuff/core/blob/master/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/HomePage.java

ebremer avatar Dec 14 '20 18:12 ebremer

I've fixed three errors (query-selectors version, csp and infinite loop in PeoplDataProvider) so the example works again. There seem to be further smaller problems though and I don't know what these examples are supposed to show.

svenmeier avatar Dec 14 '20 20:12 svenmeier

Thanks, I will re-test!

ebremer avatar Dec 15 '20 15:12 ebremer