Building a Datatable with Livewire 3

preview_player
Показать описание
In this video, we'll build a Datatable with pagination, search, and sorting.
We'll also use the Blade UI Kit and create a small blade component to keep our blade file clean.
Рекомендации по теме
Комментарии
Автор

Brilliant video, Thank you. I used to use PHP many years ago before moving to JS, but looking at how the PHP ecosystem has progressed, I am keen to get back and get productive again.

devopssimon
Автор

Thank you for your Time ❤. I started learning Laravel and Livewire on my own a few weeks ago and that was the most informative 30min I’ve seen on this subject so far. Abo placed

alexxgdx
Автор

Livewire makes this very elegant. Very good tutorial which makes it clear and straightforward😃. Packages are overkill for these things IMO.

richardwheatley
Автор

I'would like to know if you have the same error: when I change the value of the perPage dropDownlist (for example from 10 rows to 20 rows) and then navigate through the paginator, The paginator return to 10 rows per page instead of allow me navigate between pages with 20 rows per page.

SergioMeneses
Автор

very clear.... i like how u code....
n now i just want u to make more videos 😂

zackyhabibie
Автор

Thank you very much for this great tutorial!

StefanSchmalhaus
Автор

Thanks for your video! Everythig ok until I've got an error. After clic on perpage (50 register per page) and then clic on any page of the paginator I've got "The GET method is not supported for route livewire/update. Supported methods: POST". I've alredy added WithPagination on my component but the error is still happening. Any advice how to solve it?

SergioMeneses
Автор

In Livewire 3 and Laravel 11, you must to add the WithPagination trait and publish Livewire's pagination views to render page navigation links

miguelmenchuxoyon
Автор

Thanks for the recent content. Livewire makes complex things so easy. Regarding the scope: wouldn't it be better to return early if $value is null? No point in adding those where clauses in that case.

binaryfire
Автор

wow, it's like magic! thank you. anyway i have a question, i already use WithPagination, but sometime still got "The GET method is not supported for route livewire/update. Supported methods: POST." error, i need your help, thanks

igapaja
Автор

wire:model doesn't work in my project. How to fix? it doesn't get the value of the perPage.

marklouis
Автор

i follow this video, why my datatable is very slowly to sort asc & desc.
i dont know where my problem.

AhmadFariz-oyos
Автор

"I want to ask about <x-table-item :sortColumn="$sortColumn" columnName="name"/> how to solve this so that regular html can do this"

nathanlumban
Автор

Thanks, Im was stuck with tutorials on Livewire 2 and they work dont using Livewire 3

javi-alcala