MedicOneSystems / MedicOneSystems/livewire-datatables
Error at enabled property exportable
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
when i used the datatable with my mode, and i enabled the propery exportable, i get an error with the property preventExport and showed in this line
$response = $kernel->handle(
$request = Request::capture()
)->send();
this is the use of datatable at view
<livewire:datatable
model="App\Models\Sucursal" exportable
:exclude="['created_at','updated_at','id']"
:searchable="['description','address','phone','enabled']"
/>

*Laravel9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the livewire:datatable example using App\Models\Sucursal, exportable, and the listed searchable and excluded fields. Inspect the error involving preventExport and the request handling line, then confirm that enabling exportable no longer produces the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100