How to Integrate DataTables in Laravel Server Side || Part 1 || Updated 2020

preview_player
Показать описание
Learn how to implement the jQuery DataTables plugin server-side in your Laravel applications to extend your HTML tables.

This is part 1 of 2 part series:

This is a server side integration, which is better when dealing with large sets of data as for every query like pagination and extra filter are fetched from the server each time. We can also integrate the same with the client-side as well.

Client-side series:

Timeline:
0:00 - 0:03 - Channel Intro
0:04 - 0:55 - Video Intro(Talking Head)
0:56 - 2:02 - Install and Run the Laravel project
2:03 - 4:03 - Use few code snippets from client side implementation
4:04 - 9:18 - Implement DataTables server-side
9:19 - 10:58 - Output
10:59 - 12:17 - Brief summary of the code
12:18 - 12:40 - Video Outro(Talking Head)
12:41 - 12:48 - Channel Outro

Video Related Links :

#datatables #laravel #jQuery #serverSide #php #laravelPHP #justlaravel #tableExtenders

Course Suggestion:

Channel related links :
Рекомендации по теме
Комментарии
Автор


Timeline:
0:00 - 0:03 - Channel Intro
0:04 - 0:55 - Video Intro(Talking Head)
0:56 - 2:02 - Install and Run the Laravel project
2:03 - 4:03 - Use few code snippets from client side implementation
4:04 - 9:18 - Implement DataTables server-side
9:19 - 10:58 - Output
10:59 - 12:17 - Brief summary of the code
12:18 - 12:40 - Video Outro(Talking Head)
12:41 - 12:48 - Channel Outro

Justlaravel
Автор

how did you used this command "return datatables()->of" where this datatables came from in the controller?

sarder
Автор

How can I handle if I want to implement Datatables for more than 1M data?
Basically I applied on the project but it works very slow even most of the time it become crash.

suryadeepbhujel
Автор

nice video but the background noise is too high

oseijuade
Автор

Use ::select instance od all working much faster

tomaszdrabik