Does this library by chance support retrieving data via an [async fetch](https://kit.svelte.dev/docs/load#making-fetch-requests) on the **client**? For example, how would you set these asynchronously? ```ts const { headerRows, rows, tableAttrs, tableBodyAttrs, } = table.createViewModel(columns); ```
Does this library by chance support retrieving data via an async fetch on the client? For example, how would you set these asynchronously?