DLAD Table Component
Examples
<Table onCellRenderer={({ fieldName }) => { switch (fieldName) { case 'netAmount': return ({ value }) => <Dropdown options={[{ key: 'adsf', text: 'Malbachai', selected: true }]} /> default: return DefaultCell } }} selection={selection} columns={cols} data={dd} onChange={tableChangeHandler}/>