Phillip Leonardo

Results 1 comments of Phillip Leonardo

i do a temprorary fix by editing file `/Util/Datatable.php` by adding: ``` $formattedData = []; $fieldNames = $this->getFields(); foreach ($data as $value) { $formattedRow = []; $loopIndex = 0; foreach...