Columns have a minimum allowed column width. Depending on the--ig-sizeCSS variable, they are as follows: "small": 56px "medium": 64px "large ": 80pxIf width less than the minimum allowed is set it will not affec
props}> Data for column 3: {rows[rowIndex][2]} </Cell> )} width={2000} /> </Table>, document.getElementById('example') ); Contributions Use GitHub issues for requests. We actively welcome pull requests; learn how to contribute. Changelog Changes are tracked as GitHub releases. License...
constrows=[{someKey:"someValue"},{someKey:"anotherValue"},{someKey:"yetAnother"}];<Columnheader={<Cell>Col 1</Cell>}columnKey="someKey"cell={({rowIndex,columnKey,...props})=><Cell{...props}>{rows[rowIndex][columnKey]}</Cell>}width={2000}/>; ...
orderedHeaders [] {array} An ordered array of the column keys paginator elements {element} Pass a renderable object to handle the table pagination parseBool false {boolean|object} When true, boolean values will be converted to Yes/No parseImg false {boolean|object} When true, image URLs will...
return a string as this value is set in an input field. Each of these callbacks are passed the cell value as well as the cell's coordinates in the spreadsheet. This allows you to apply formatting logic at rendering time, such asall cells in the third column should be formatted as dates...
col number column index of changed cell value any The new cell value. This is usually a string, but a custom editor may provide any type of value.If the change is the result of a user edit, the array will contain a single change object. If the user pastes data or deletes a range ...
{rows.length}width={5000}height={5000}headerHeight={50}><Columnheader={<Cell>Col 1</Cell>}cell={<Cell>Column 1 static content</Cell>}width={2000}/><Columnheader={<Cell>Col 2</Cell>}cell={<MyCustomCellmySpecialProp="column2"/>}width={1000}/><Columnheader={<Cell>Col 3</Cell>}...
headers {} {object} The object that overrides default column behavior name reactsmartdatatable {string} The name for the table sortable false {boolean} Makes the columns of the table sortable withToggles false {boolean} Enables the column visibility toggles withLinks false {boolean} Converts e-...