Conditional Search Field for table?

I noticed that even if I set searchable() to false for every searchable() table column, the search field still shows at the top. Im trying to only show the search field if pagination is used. Any suggestions?
1 Reply
ZedoX
ZedoX2y ago
public function isTableSearchable(): bool
{
return $this->isTablePaginationEnabled();
}
public function isTableSearchable(): bool
{
return $this->isTablePaginationEnabled();
}
Want results from more Discord servers?
Add your server