Filters

Introduction

Table filters let you easily define inputs that filter the results of the table.

protected $filters = [
    'title',
    'category',
    'description',
];
{{ table('posts').setFilters([
     'title',
     'category',
     'description',
 ]).render()|raw