Data Tables: Livewire and Filament Packages

preview_player
Показать описание
Demonstrating a Livewire Tables package, comparing it to Filament Tables alternative.

Links mentioned in the video:

- - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

The data table I need is one in which I can a) Send arrays instead of db tables. b) Filter on custom column values that do not directly exist in the db table (calculated values).
Filament tables are incredibly clever and neat interacting with the db to ask for the correct rows... but sometimes you don't have the info in a table and or, you need some kind of filter that is made on the visualized data and not on the table.

eduardpertinez
Автор

I would like to see a video for livewire where you would convert a vue2/3 component into livewire and measure the performance and complexity.

fftfaisal
Автор

Thank you for your content! If you are so kind to cover Filament Advanced Tables v3 and if there is anything similar in Livewire ? I am kinda confused of the 2 but as far as I understand, Livewire should be chosen in many situations for backend developers wanting to get rid of js ? I would highly appreciate any answer on these questions.

woymbje
Автор

I always use my own datatable. I wrote a "sample" I can copy paste and tweak it if necessary.

Bevallalom
Автор

I liked filament alot but struggling with layout for example if we could
have our filters in left sidebar. Like list of categories, selectables etc.

RahulGupta-chhc
Автор

The only project I’m on that uses data tables, is old school jquery data tables. It works, but definitely isn’t sexy or particularly enjoyable.

jonashansen
Автор

Hello @LaravelDaily but livewire-datatables (mediconesystems) are on development standby or block? what could possibly be the best alternative?

GiovanniPetrella
Автор

Hello, I have run into situations where I constantly need to update DB structures (add/edit columns, etc).
For example, I have a "social_media_data" table, the records could be type of "youtube", "twitter", etc.
Each type can have different columns as I integrate with 3rd party APIs, It has been tough for me to design table structure like this.
Could you give some guidance, are there good solutions to this?

HongyuanLiu-ws
Автор

I use Yajra Datatables, but I want to switch it

the-fmk