Sushi to dynamically load data from API using search keyword
Hello,
I am using Sushi to load a data into a table with API data using a search keyword.
But I am missing something here as I am not able to load the data from API after the search but if I provide the search term initially then it loads the proper data to the table.
Please check my code and help me fix this, thank you so much.
This is my custom page code, removed the imports due to limitations.
Thank you
4 Replies
This is my Model code
Thank you
keywords are basically just numeric input
anyone please ?
did you have any luck with this?
Hi @David | Fortune Validator yes, I used request()->keyword in getRows() function and also set sushiShouldCache to false.
I’ll try this. Thank you