Spring Boot inline row editing example
Go to file
2020-11-22 16:19:23 +03:00
.mvn/wrapper First commit 2020-11-22 16:19:23 +03:00
src/main First commit 2020-11-22 16:19:23 +03:00
.gitignore First commit 2020-11-22 16:19:23 +03:00
mvnw First commit 2020-11-22 16:19:23 +03:00
mvnw.cmd First commit 2020-11-22 16:19:23 +03:00
pom.xml First commit 2020-11-22 16:19:23 +03:00
README.md First commit 2020-11-22 16:19:23 +03:00
screenshot.png First commit 2020-11-22 16:19:23 +03:00

Spring Boot CRUD inline table edit example

screenshot

My dirty implementation of table editor. Not the best, but I can't find any of good examples of inline row editing.

Database engine is H2.

Running

mvnw spring-boot:run