Async data fetching (advanced)
Most of the time, the data need to be fetched asynchronously from the server. Thankfully, the data
property of <VFlexTableWrapper />
component can accept an async function that will be triggered each time one of the sorting, filtering or pagination properties change. Check the markup for more details about usage.