insulae

Results 6 comments of insulae

DateColumn it's a Extended Column so you must add ->sortable() method like this: ``` DateColumn::name('created_at') ->sortable() ```

I just needed the same thing, it's late but I'll leave it in case it helps someone "normal" column function: ``` public function columns() { return [ Column::name('id') ->label('id'), Column::name('name')...

you can try https://github.com/arm092/livewire-datatables its a forked by @arm092

> https://github.com/arm092/livewire-datatables thanks man! works perfectly.

you can try for the moment with this fork: https://github.com/arm092/livewire-datatables I am working with it and work perfect!

@ibrahim-lab95 you are trying with the last version of arm092? that problem has already been solved. I don't know much, but if you still have a problem copy your composer.json...