-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
hi,
i use this package on PHP 8.2 but had to change one line in the package,
else i would get payloads with numeric keys and not named keys.
src/Datatables.php
around line 247:
protected function prepareRowData($row): array
{
// NNN FIX KEYS
// $keys = $this->builder->isDataObject() ? $this->columns->names() : array_keys($this->columns->names());
$keys = $this->columns->names();
i hope we will get a PHP 8.2 savvy version.
thanks,
Noud
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels