Empty table body when items prop is undefined in VDataTable
VDataTable is used with server-side data. The documented failure condition is an empty table body when the items prop is undefined or null, with a Vue prop type warning. The component expects an items array or active server-items mode. In server mode the component does not automatically reset v-model:page when filters, search, sort or items-per-page change,