-
- [
- {
- label: "Do something",
- onSelect: () => undefined,
- },
- ]}
- selectionActions={selection => (
-
- )}
- rows={initialData.length}
- title="Datagrid"
- />
-
-
- );
-};
-
-storiesOf("Generics / Datagrid", module)
- .addDecorator(Decorator)
- .add("default", () =>