Asynchronous Loading
Sometimes you may not have the data at hand immediately when the table is mounted, and instead you perform an API call to retrieve the data for the client table. In this case you can use the following pattern to notify the VtNoResults
component that you are currently loading the data:
Last updated