Replies: 1 comment 1 reply
-
Hi @RuLeiFei You are looking for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm testing this awesome package for my work. I studied the documentation and chose the fromModel method to search for data from the source.
Select::make('region_id')->fromModel(Region::class, 'title', 'id')->empty('Empty')->title('Region')
I have 15,000 Person records in my working database and this number will grow. I generated 50,000 records with a factory for a test project, and with many records, the interface reloaded, and the search was slow. There is some method for accessing the server, for example method
Like
or another solution, AJAX etc.Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions