Previous tutorial - Spring Boot CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL at th-cam.com/video/_5sAmaRJd2c/w-d-xo.html
Thanks for this😍 I hope you can also create a tutorial about springboot and the capability to create pdf from it. Like when filling out forms and you can customize it and print as pdf.
Great video, but for me at 22:45 when I click 2 or Next I get a white label error. So my list has 8 users, I get the: Total rows: 8, which works. Also if I change in my controller 'return findPaginated(1, model);' to (2, model) I get the 3 other users which should happen when I push 2 or next. Im not sure what to do, I am using Spring security to login to my app, I dont know if that should make a difference? Also I finished the video and by the end the pagination would work fine but the sorting would not. Any pointers would be great.
If we keep a single page then the pagination part is not displaying if we get two page then it's displaying in the web page the total row part should display so what should I do
What can we do to make the add and update button as popup modal if we click on add ,add form should appear and same for update. Also to make a confirmation popup before deleting the data.
Do you have any guide to "search" future for employee? that you can write in form "First Name" and then it will be show in page ? And i have problem with Pagination because i show it on "employe_base" not on "/" index and pagination dont work :D
Hi! thank you for tutorial it helped a lot! I have one problem at the end, for saving and editing new objects for list I've used modals. Modals only activates when my url is without paramaters. Now when I sort, and parameters appear in URL, modals won't show up.
Previous tutorial - Spring Boot CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL at th-cam.com/video/_5sAmaRJd2c/w-d-xo.html
Thank you so much for this course. It was very helpful to me! Keep up the good work!
you saved my life and my night
It helped me with my tiny project, thank you!
Thanks for this😍
I hope you can also create a tutorial about springboot and the capability to create pdf from it. Like when filling out forms and you can customize it and print as pdf.
Very important concept....👍
I can't able to take the pageSize from path variable pla add an for it in GitHub
Great video, but for me at 22:45 when I click 2 or Next I get a white label error. So my list has 8 users, I get the: Total rows: 8, which works. Also if I change in my controller 'return findPaginated(1, model);' to (2, model) I get the 3 other users which should happen when I push 2 or next. Im not sure what to do, I am using Spring security to login to my app, I dont know if that should make a difference? Also I finished the video and by the end the pagination would work fine but the sorting would not. Any pointers would be great.
If we keep a single page then the pagination part is not displaying if we get two page then it's displaying in the web page the total row part should display so what should I do
What can we do to make the add and update button as popup modal
if we click on add ,add form should appear and same for update. Also to make a confirmation popup before deleting the data.
jquery ajax() and alerts
Thank you #JAVAGUIDES RAMESH fr this tutorial
Please make video of mapping with multiple entity and fetch data from multiple tables using mapping.
Thanks for the shared content.
Great explanation!
Great Video Sirji
Thank u so much sir.
Great tutorial
Hi,how to use pageable in NonRepositeries ,I am currently using limit and offset which is not perfect for my use
Thank you for tutorial
Nice explanation, like always!
How to deal with pagination if I delete a row from any page ?
Thanks very much.
Can you explain when we use @RequestMapping("/employees"), How th:href="@{'/page/' + ${i} }" should be?
If there are more than two pages, the page numbers are not aligned in one row.
What if I have more than 1 table in the same page. How can I Implement this logic in it.
hi sir, can you recommend the next video on this series, thank you and hope you reply
sir would you mind to upload video about filter search in this app?
There have a small error,in page switch '&sortDirection=' should corrected to be '&sortDir='
Thanks, it is useful.
How to set the maximum number of pages on the pagination column if there are hundreds of pages?
Search data using this API is possible ???
Great Video!!! I tried to make "before" link but I can't resolve the condition when the CurrentPage is 1.. Can you help me?
How to implement search options in pagination for example if anyone wants to search using their first and last name?
its very useful
Do you have any guide to "search" future for employee? that you can write in form "First Name" and then it will be show in page ?
And i have problem with Pagination because i show it on "employe_base" not on "/" index and pagination dont work :D
please add a employee picture feature also ....
Sir please add checkbox to delete
Hi Ramesh, very helpfull session, can please tell me from where i can get the UI template you used in the example.
Check out my GitHub repository for source code of this tutorial.
@@JavaGuides from official bootstrap website
Hi! thank you for tutorial it helped a lot! I have one problem at the end, for saving and editing new objects for list I've used modals. Modals only activates when my url is without paramaters. Now when I sort, and parameters appear in URL, modals won't show up.
can u add filter data how much data can display on screen (page size) on screen, like 10,20,50?
hi can you give the git hub repository link please of the code
it's there in the video description.
@@JavaGuides are you share project URL
Exellent!!!
впесду
Hello brother Why i can't use PageRequest.of(pageNo -1, pageSize);