feat: add auto search logic

This commit is contained in:
Rohit Rajan
2026-01-14 14:55:18 +05:30
parent f3cb9273ec
commit d2aec2afc1
6 changed files with 614 additions and 39 deletions

View File

@@ -97,7 +97,7 @@ const LoadingRobotRow = memo(({ row, columns }: any) => {
} else if (column.id === 'interpret') {
return (
<MemoizedTableCell key={column.id} align={column.align}>
<CircularProgress size={20} />
<Box sx={{ opacity: 0.3 }}>-</Box>
</MemoizedTableCell>
);
} else {