DashTable
in package
AbstractYes
Table of Contents
Properties
- $columns : mixed
- $currentPage : mixed
- $enableFilters : mixed
- $enablePagination : mixed
- $enableSearch : mixed
- $filters : mixed
- $items : mixed
- $perPage : mixed
- $searchQuery : mixed
- $totalItems : mixed
- $totalPages : mixed
Methods
- __construct() : mixed
- display() : mixed
- renderFilters() : mixed
- renderSearchAndPagination() : mixed
- resolveFilters() : mixed
- resolvePagination() : mixed
- resolveSearch() : mixed
- fetchItems() : mixed
Properties
$columns
protected
mixed
$columns
= []
$currentPage
protected
mixed
$currentPage
= 1
$enableFilters
protected
mixed
$enableFilters
= false
$enablePagination
protected
mixed
$enablePagination
= false
$enableSearch
protected
mixed
$enableSearch
= false
$filters
protected
mixed
$filters
= []
$items
protected
mixed
$items
= []
$perPage
protected
mixed
$perPage
= 25
$searchQuery
protected
mixed
$searchQuery
= ''
$totalItems
protected
mixed
$totalItems
= 0
$totalPages
protected
mixed
$totalPages
= 1
Methods
__construct()
public
__construct(mixed $columns[, mixed $enableSearch = false ][, mixed $enablePagination = false ][, mixed $enableFilters = false ]) : mixed
Parameters
- $columns : mixed
- $enableSearch : mixed = false
- $enablePagination : mixed = false
- $enableFilters : mixed = false
display()
public
display() : mixed
renderFilters()
public
renderFilters() : mixed
renderSearchAndPagination()
public
renderSearchAndPagination() : mixed
resolveFilters()
public
resolveFilters() : mixed
resolvePagination()
public
resolvePagination() : mixed
resolveSearch()
public
resolveSearch() : mixed
fetchItems()
protected
abstract fetchItems() : mixed