Table filters let you easily define inputs that filter the results of the table.
filters
protected $filters = [ 'title', 'category', 'description', ]; copy
protected $filters = [ 'title', 'category', 'description', ];
{{ table('posts').setFilters([ 'title', 'category', 'description', ]).render()|raw copy
{{ table('posts').setFilters([ 'title', 'category', 'description', ]).render()|raw