protonemedia/laravel-splade

Selection box search empty state

teknofi opened this issue · 0 comments

  • Laravel Version: 10.18.0
  • PHP Version: 8.1.10
  • Splade JS Version (npm): 1.4.16
  • Splade PHP Version (composer): 1.4.16
<x-splade-table :for="$users">
    <x-slot:empty-state>
        <p>Whoops!</p>
    </x-slot>
</x-splade-table>

Description:

You currently have an empty state when searching in a table. Is there a way to change the empty state from a searchable selection box also?

If not, would you consider adding this?