Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Laravel Livewire Tables / Documentation / v1

The Primary Key

Installation, configuration, and usage guidance maintained with the project.

Every row must have a primary key. By default, it will use id. But if you have something other than that such as uuid then you can use the $primaryKey property.

1public string $primaryKey = 'uuid';

See also, troubleshooting.