Create Dynamic, Reusable DataTable Component with Laravel 8, ReactJS, Hooks & Bootstrap 5

preview_player
Показать описание
In this video we will learn how to implement Custom, Reusable DataTable component with #laravel8, #reactJS, #Bootstrap5 from scratch.
- Fetch data for provided url
- Set columns dynamically
- Search, Sort the data
- Add a loader

#laravel
#reactJs
#reactWithLaravel
#reactDataTableComponent

Timestamp:
[00:00]: Introduction
[01:00]: API Implementation Reacap
[06:10]: Install frontend dependencies (react, react-dom, bootstrap 5)
[19:10]: Show loading when data is being fetched
[24:00]: Render data with table
[28:30]: Use useEffect hook to load the data
[35:00]: Implement sorting
[45:00]: Implement searching with debounce
[53:30]: Change data per page
[56:05]: Paginator component
Рекомендации по теме
Комментарии
Автор

superb sir thank you so much its worked...learn more...

rinkaljain
Автор

Hello, How can I add a column for actions, for example with edit and delete?

sgonzalezgo
Автор

Many thanks. Please make the typescript version also.

disguisedgirl