Springboot-thymeleaf Pagination and Bootstrap Dynamic Modals

preview_player
Показать описание
In this tutorial i show how to implement spring-data Jpa pagination in Thymleaf as well as boot strap Dynamic Modals
Рекомендации по теме
Комментарии
Автор

For those who are watching this video now, the constructors for a PageRequest have been deprecated.

Solving the problem on 6:05 :
model.addAttribute("data", yourRepository.findAll( PageRequest.of(page, count) ));

So insted of using new PageRequest(page, count), you need to use method .of ;

Have a nice day everyone =)

shunic
Автор

I'm from Venezuela, I speak spanish and little bit of english, and I can understand very well the whole tutorial! Thank you very much.

adrianflores
Автор

Thanks a lot for this video. I was looking for paging database column but did not find a good tutorial anywhere. I know some of the methods are deprecated but I was able to fix it. You made my day.

saunakp
Автор

You saved the earth at 46:30. Instead go ahead and destroyed Jupita ! I must say - real world Thanos !

cbsingh
Автор

Gracias amigo, lo tratare de implementar en mi proyecto .

perezmalcagiancarlos
Автор

very nice. . its all what i found. thanks

vietanh
Автор

This video helped me finish something I was implementing. Thanks a lot.

anubislockward
Автор

This tutorial is pure gold.Helped me a lot.Thanks you so much :)

zombiesXD
Автор

Great video! I strongly suggest that you upload source code, because when I search for just a small detail, it is time consuming to navigate to the different parts of video (and I need to jump across video because everything is connected). When you build everything from scratch this is great vid, but for little isolated details, source code would be better

milossavic
Автор

Full functional application is on github at the following weblink


Java 11
springboot 2.2.0.M2
Thymeleaf 3.0
bootstrap 4.3.1
JQuery 3.3.1
H2

muhammad_shah_
Автор

thank you very much it's really explicit

mohamedba
Автор

Thank You very much ... sir ... easy to understand and implement..i get the input fields from the user

thanpuia
Автор

Thank you so much for sharing! Awsome!

marcosmorais
Автор

thank you so much greetings from México

brayanhernandezmora
Автор

Really awesome.. :) Thanks for making this videos. :)

shyamprasadatluri
Автор

Мог бы и на русском рассказать, раз такой одарённый))) А вообще видео классное - СПАСИБО!

arbuzer
Автор

Thanks... Can you explain how to display validation error in modal as well

skumar
Автор

This is really nice ... good job dude. Nice

prophecyeschatology
Автор

Do you have it in GitHub? I have problems on running it

svetlyo
Автор

How do I limit the number of results that are returned to my table via controller? For eg., I want to show only 50 records per page and I want to limit my results to the last 300 records. Right now I have records in my database and if I use the same method I have about 2400 page numbers listed. Thank you.

saunakp
welcome to shbcf.ru