diff --git a/src/view/table/tbody.tsx b/src/view/table/tbody.tsx index 470518e8..26df8194 100644 --- a/src/view/table/tbody.tsx +++ b/src/view/table/tbody.tsx @@ -37,7 +37,7 @@ export function TBody() { /> )} - {status === Status.Rendered && data && data.length === 0 && ( + {(status === Status.Rendered || status === Status.Loaded) && data && data.length === 0 && (