react-datasheet-grid
Advanced tools
Changelog
3.2.2
Date: 2021-09-14
Changelog
3.2.0
Date: 2021-09-14
activeCell
and selection
of the ref now include colId
if the column has an id.onFocus
, onBlur
, onActiveCellChange
, and onSelectionChange
data
on <DataSheetGrid/>
has been renamed value
to match standards. data
is still supported
but is now deprecated and support will be dropped on next major version.Changelog
3.1.2
Date: 2021-09-07
Changelog
3.1.1
Date: 2021-09-07
Changelog
3.1.0
Date: 2021-09-03
id
, making setActiveCell
and setSelection
easier to use by specifying the column's id
instead of its index.Changelog
3.0.0
Date: 2021-09-03
isRowEmpty
on <DataSheetGrid/>
has been deleted in favor of isCellEmpty
on each column.Changelog
2.0.11
Date: 2021-09-01
disabled
, deleteValue
, copyValue
, pasteValue
, duplicateRow
, and isRowEmpty
now have access to the rowIndex
headerClassName
and cellClassName
<DataSheetGrid/>
now has style
and className
propsChanges were not track properly.