export function DataPanel(props: { columns: string[]; empty: string; rows: string[][]; title: string }) { return (
{props.empty}