An array or (async) function that returns an array of items to render or an async function to call with the tableState and serialised table state
An array of items from the itemsProp passed in or a return from it as a function
TODO it might be good to use this hook as well to "identify" items similar to the `useItemIdentify` hook
This hook handles either just returning a provided array of items or calls a provided async (fetch) function to load an array of items