I am creating a page using tabs. Each tab has table/datagrid to render different Xano data collections.
How does weweb cope with this? Will it fetch all the collections at once on page load or can I make it that only the collection for the current tab is fetched?
By default, all the collections used on a page are loaded on page load but you can disable that behavior for a specific collection (which is probably what you would want to do for your tabs use case):