Patrick D. Rupp

Results 1 comments of Patrick D. Rupp

When using PostgreSQL there is the same error: `SQLSTATE[42703]: Undefined column: 7 ERROR: column "checkbox_attribute" does not exist` In the [`src/Http/Livewire/LivewireDatatables.php`](https://github.com/MedicOneSystems/livewire-datatables/blob/c2931fb62f0e7d482dc73976fd87f3c0eb44905b/src/Http/Livewire/LivewireDatatable.php#L1595) i fixed it with some very dirty code to...