import * as React from 'react'; import { DCFCell, staticData, CommandUtils, CommandsComponent, staticData } from 'paddy-react-edit-list'; export default function Simple() { return ( { console.log('setCommands sent', foo); }} activeColumn={'foo-column'} allColumns={['foo-col', 'bar-col', 'baz-col']} commandConfig={staticData.bakedCommandConfig} /> ); }