Тёмный

023 - .Net Core: Server Side Pagination With DataTables 

Ercan Eker
Подписаться 436
Просмотров 13 тыс.
50% 1

Example of DataTables usage with server side pagination in ASP.NET CORE Web Application.
Source Code: github.com/erc...
Summary:
The video contains three parts.
1) Creating sample data
2) Preparing controller and view to display objects in datatables.
3) Adding Server Side paging features to be used with datatables search, sort and paging.
Highlighted Topics:
-- Server Side Paging, Pagination
-- Sort, Search data in table using datatables.
-- Create sample objects in startup.
-- Static keyword usage.
Software:
OS: Windows 10
IDE: Visual Studio Community Edition
Browser: Firefox
.NET Core v2.2
dataTables: 1.10.19
Credits of the music:
Afternoon (Ambient Piano Solo) which is licensed under the Creative Commons 0 License.
freesound.org/...

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@jevonbarani1147
@jevonbarani1147 3 года назад
Great job bro, you save my day!
@DwikiIkhwan
@DwikiIkhwan 2 года назад
The server side pagination tutorial starts here 17:05
@ermiendalamaw1658
@ermiendalamaw1658 2 года назад
Thank You so much U helped me a Lot 🙏🙏🙏
@GeminiLearning
@GeminiLearning 4 года назад
Hi these are very nice videos. I'm learning a lot from them. Please keep up the good job
@ErcanEker
@ErcanEker 4 года назад
Thanks, will do!
@rajubabukankipati3273
@rajubabukankipati3273 3 года назад
Do more videos on .net core bro thanks
@Aammiz
@Aammiz 3 года назад
Great job. It is helping me out. Just one thing, I am getting error when I define my columns in the format you mentioned. It is giving me an error. "columns": [ // For Student.Id { "data": "id", "name": "Id" }, //updating the column like below is showing me the table. Otherwise I am having errors. "columns": [ // For Student.Id { "data": "Id" }, I don't even know what is the purpose of "id", "name" Another thing is I dont think detail action method has anything to do rendering of the table. Are you sure Detail method loads the grid like you mentioend in your doc?
@talhasiddiquixd
@talhasiddiquixd 2 года назад
Can we implement serverside pagination with a direct api call?
@krishramakrishna9567
@krishramakrishna9567 4 месяца назад
Can we download document what you shown in video please
@ErcanEker
@ErcanEker 4 месяца назад
Sure. Added into Github page. You can download from there. I'm sure you have got the link that exist in video description part above.
@hqcart1
@hqcart1 2 года назад
hi, how to enable the cache?
@aptechstudent9571
@aptechstudent9571 2 года назад
nobody on the internet is doing the edit and delete on pages other than the first page and without it, it is a junk.
Далее
022 - .Net Core: Pagination Example in 6 minutes
6:28
🛑 ты за кого?
00:11
Просмотров 151 тыс.
Bacon на громкость
00:47
Просмотров 53 тыс.
jQuery Ajax CRUD in ASP.NET Core MVC using Popup Dialog
59:47
024 - .Net Core: Identity Via Data Access Layer (DAL)
17:06
Adding Pagination in ASP.NET MVC Core Application
13:52