Archived
1
0
Fork 0

app/Http/Livewire/Datatable.php: Documentation

This commit is contained in:
Henrik Hautakoski 2022-01-24 23:07:01 +01:00
parent 89755f975f
commit bf76ecebbd

View file

@ -47,6 +47,9 @@ class Datatable extends Component
*/
public bool $trashed = false;
/**
* Route for creating a record (if null, link is omitted)
*/
public $route_create;
/**