fix: address code review — responsive overflow, map minWidth, DataTable mobile click handler
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -94,7 +94,7 @@ export function DataTable<T>({
|
||||
) : (
|
||||
<Stack spacing={1.5}>
|
||||
{data.map((row) => (
|
||||
<Box key={String(row[keyField])} onClick={onRowClick ? () => onRowClick(row) : undefined} sx={onRowClick ? { cursor: "pointer" } : undefined}>
|
||||
<Box key={String(row[keyField])}>
|
||||
{mobileCard(row)}
|
||||
</Box>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user