filter table data based on external API
Hi,
Wondering the best way to go about this. I will be contacting an external API to fetch plan information which will need to be displayed in a table.
My understanding is filament does not support this.
So thinking another way, I could synchronise the master data set in the background and instead use the result to filter the records, how would I go about this?
Wondering the best way to go about this. I will be contacting an external API to fetch plan information which will need to be displayed in a table.
My understanding is filament does not support this.
So thinking another way, I could synchronise the master data set in the background and instead use the result to filter the records, how would I go about this?