tommy_jeanslow
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::save()
Hi! Hoping for some guidance.
I can edit a form field and it will save no problem, but creating a new entry throws this error:
Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::save()
Entry:
Model:
Thank you.4 replies
JSON TextColumn formatStateUsing badge repeats
I am trying to show a badge for my JSON column. Everything works properly, but it repeats based on how many entries I have.
I tried using limitList() however it will say "and X more".
Any help is appreciated 🙂
Any help is appreciated 🙂
7 replies
Error using $rowLoop
I previously asked how to number each row and was directed to use $rowLoop in the documentation.
I have use the example in the documentation and get the following error:
get_class(): Argument #1 ($object) must be of type object, int given
line 43: ($livewire->getTableRecordsPerPage * (
If I change getTableRecordsPerPage it works, but if using the excel export plugin:
Undefined property: stdClass::$iteration
line 61: $rowLoop->iteration +
Is this a bug?
11 replies