BlueForge
BlueForge
FFilament
Created by BlueForge on 7/18/2024 in #❓┊help
Async Column
It won’t be UX friendly I believe. As a user I want to have all of the data in one place and don’t want to scroll down to see next table and then match record from second table with first table to let’s say compare data. Let’s say that I display 100 records in the table and have approx. 10 columns. One column is calculation heavy and adds +3seconds to load time. It would be a perfect solution to lazy load part of the data, especially if it takes more time to load. Second example would be column when I want to fetch data by WebSocket, with possible data refresh anytime (without table reload).
10 replies
FFilament
Created by BlueForge on 7/18/2024 in #❓┊help
Async Column
But can I use it on just one column? As far as I remember it is not possible and whole table is loaded asynchornously. I just want to fetch couple of columns synchronously (normal way) and then those time consuming columns I want to fetch asynchronously to not make first request take too long.
10 replies