lunarphp/livewire-tables
最新稳定版本:0.8.2
Composer 安装命令:
composer create-project lunarphp/livewire-tables
包简介
Livewire Tables
README 文档
README
Installation
composer require lunarphp/livewire-tables
Creating a table
<?php namespace App\Http\Livewire\Tables; use Lunar\LivewireTables\Components\Table; class OrdersTable extends Table { }
Features
Searching
To enable searching on the table, set the $searchable property to true.
/** * Whether this table is searchable. * * @var bool */ public $searchable = true;
This will enable a search box and add the query parameter whenever the search input is used.
统计信息
- 总下载量: 22.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-26