79470018

Date: 2025-02-26 14:11:54
Score: 1.5
Natty:
Report link

Solution found, also for pre set sorting.

Can be set via initialState option:

<MaterialReactTable
  initialState={{
    columnFilters: [{ id: 'lastName', value: "Johnson" }],
    sorting: [{ id: 'firstName', desc: false }],
  }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ChrisS