UNPKG

react-data-grid

Version:
101 lines (43 loc) 850 B
`Cell` (component) ================== Props ----- ### `cellControls` type: `any` ### `cellMetaData` (required) type: `shapeunknown` ### `className` type: `string` ### `column` (required) type: `shapeunknown` ### `expandableOptions` (required) type: `object` ### `forceUpdate` type: `bool` ### `handleDragStart` type: `func` ### `height` type: `number` ### `idx` (required) type: `number` ### `isExpanded` type: `bool` defaultValue: `false` ### `isRowSelected` type: `bool` ### `ref` type: `string` defaultValue: `'cell'` ### `rowData` (required) type: `object` ### `rowIdx` (required) type: `number` ### `selected` type: `shape[object Object]` ### `selectedColumn` type: `object` ### `tabIndex` type: `number` defaultValue: `-1` ### `value` (required) type: `union(string|number|object|bool)`