Step-by-Step Data Tables in Laravel

preview_player
Показать описание
#laravel #tailwindcss

Links

Latest Subscriber:   Ярослав Ситник
Subscriber Goal: ||||||||||||||| 70% |||||||........ 3.54K/5K

Start creating Filament Admin Panels today with the Filament Bootcamp

Latest tippers: MilenKo - $10.00, Sean - $5.00, Daniel GAMEL - $1.00, Mwest2020 - $5.00

Join me on Discord

Discord Goal: ||||||||||||||| 74% ||||||||....... 224/300
Latest discord member: dorian0325♯0
Рекомендации по теме
Комментарии
Автор

Thanks for giving the information about tailwindcss and datatable

abdifatah
Автор

AWESOME JOB! I was looking for this solution from all over the net. I am your big fan, now!

MarcelloPato
Автор

please, can u make it using yajra datatables

penggcode
Автор

I have a question, how do I solve the columnName when it comes from a relation, like:

<td class="px-6 py-4 whitespace-nowrap">
@foreach ($user->roles as $role)
<span class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-100 text-green-800">
{{ $role->name }}
</span>
@endforeach
</td>

Got it?

MarcelloPato
Автор

How is the filter applied if the state is with a related table, thanks

eduardomontero
Автор

Hi, what if we have other tables at different route?

aznanjamil
Автор

Doing great job but What we do if 100K record inthe database table.

codelaravel