Basic Selection

Usage#

import MaterialTable from "@material-table/core";
<MaterialTable
// ...
options={{
selection: true,
}}
/>;

Live Demo#

note

See here for more on the GLOBAL_VARS we use in our demos

Live Editor
Result