Nathalie Castells

Results 4 comments of Nathalie Castells

I have managed to install using the -W option so `composer require mediconesystems/livewire-datatables -W ` Hope that helps:)

I also have that problem: have you had a solution? ALso I have found that when I have a relasionship in a table, the hide/unhie columns is not working. I...

I have found out that export didn't work for me for same reasons as long as I was using public $model, but when I used the query builder, it worked....

I too had a complex query that was not exporting. But when I replace the public $model="" ; with a query builder with explicit joins, the export function works. Anyone...