rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.71k stars 320 forks source link

[Bug]:Search field no work #1468

Closed mesayuda closed 8 months ago

mesayuda commented 8 months ago

What happened?

I cant search in search field when i press enter, the table freeze and no load any data, the data only loads when i click in paginate links

How to reproduce the bug

In search field, i write any content that exist in table, the table freeze and no load data, only load data when i press in paginate links.

Package Version

3.0.0 beta 9

PHP Version

8.2.x

Laravel Version

No response

Alpine Version

No response

Theme

Tailwind 3.x

Notes

No response

Error Message

No response

lrljoe commented 8 months ago

What have you set for your search method in configure() please?

https://rappasoft.com/docs/laravel-livewire-tables/v3/search/available-methods

See these docs to understand the different methods available, it will only "instantly" update if you're using setSearchLive /setSearchDebounce

setSearchBlur will run when you lose focus on the text box (for example)

lrljoe commented 8 months ago

Please respond to re-open this issue if the problem persists after reviewing the above.