app/Http/Livewire/Datatable.php: Documentation
This commit is contained in:
parent
89755f975f
commit
bf76ecebbd
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ class Datatable extends Component
|
||||||
*/
|
*/
|
||||||
public bool $trashed = false;
|
public bool $trashed = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Route for creating a record (if null, link is omitted)
|
||||||
|
*/
|
||||||
public $route_create;
|
public $route_create;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Reference in a new issue