79520006

Date: 2025-03-19 11:13:58
Score: 1
Natty:
Report link

You can customize the default move icon (DragHandleIcon) by using icons prop.

<MaterialReactTable
  icons={{
    DragHandle: (props) => (
      <DragIndicatorIcon sx={{ fontSize: 18 }} {...props} />
    ),
  }}
/>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bilal Özlü