Rendering tables with data from queries
Table
or QueryTable
to visualize query results in a table format.
Use QueryTable when you want the component to automatically handle the query fetching.
Use Table when you already fetched the data using useQuery.