Documentation

InfiniteList extends Component
in package

Table of Contents

$filters  : array<string|int, mixed>
$route  : string
$tableId  : string
__construct()  : mixed
Create a new component instance.
render()  : View|Closure|string
Get the view / contents that represent the component.

Properties

Methods

__construct()

Create a new component instance.

public __construct(string $route, array<string|int, mixed> $filters, string $tableId) : mixed
Parameters
$route : string
  • Controller route action name
$filters : array<string|int, mixed>
  • Array of filter parameters
$tableId : string
  • Id of record table
Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|Closure|string
Return values
View|Closure|string

Search results