Skip to content

php 8.2 #110

@NouddeBrouwer

Description

@NouddeBrouwer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions