Examples › Disabling text selection

The DataTable component conveniently allows you to disable text selection.
For instance, for usability reasons, it would make sense to disable text selection if you:

Name
City
State
Feest, Bogan and HerzogStromanportWY
Cummerata - KuhlmanSouth GateNH
Goyette IncDorthysideID
Runte IncMcAllenMA
Goldner, Rohan and LehnerNorth LouieWY
No records
return (
  <DataTable
    // ...
  />
);

Head over to the next example to discover more features.