export interface RowDetailConfig { enabled?: boolean; template?: (item: any) => string; }