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 ...
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}/>; ...
Jumping to a row or column Controlled scroll API allows touch support Things the FixedDataTable doesn't do: FixedDataTable does not provide a layout reflow mechanism or calculate content layout information such as width and height of the cell contents. The developer has to provide the layout in...
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-...
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...
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...
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-...
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...
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-...
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-...