Documentation

QuickFilter extends Component
in package

Table of Contents

$fields  : mixed
$filters  : mixed
$id  : mixed
$route  : mixed
__construct()  : mixed
Create a new component instance
render()  : View|string
Get the view / contents that represent the component.

Properties

Methods

__construct()

Create a new component instance

public __construct(Collection $fields, string $route[, array<string|int, mixed> $filters = [] ]) : mixed
Parameters
$fields : Collection

List of fields

$route : string

Route name for indexing

$filters : array<string|int, mixed> = []
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results