QCTFW
Disable Default Sort while Searching with Scout
I use Laravel Scout with Meilisearch for table search. I want to sort the table based on Meilisearch's rank but
defaultSort()
overrides the Meilisearch's rank. How to disable the defaultSort()
while on search?
4 replies
How to Open Another Modal from Action Modal?
Hello!
So I want to build an import excel with Actions. After the user successfully imported the file, I want to automatically close the import modal and open another modal to display the result of the import. How to do that?
If it is not possible, how to put some text under the form to display the result?
Here is my current code of the import action.
7 replies
Confirmation Alert Before Creating a Record
Hello, I want to add a confirmation alert before creating a record in
Order
model.
I already tried this code in CreateOrder
class but still does not working, the form got submitted without a confirmation alert. Do I missed something? How to solve this?
12 replies