ReactDataGrid Changelog - Changelog
Not all releases are listed below! The releases not listed here may contain some bugs, therefore we recommend using one of the versions below.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Minor bug fixes.
  • Implemented inline editing on TreeGrid. Add editedTreeData helper method.
  • Minor bug fixes.
  • Improved themes for create a custom one. See the article.
  • Minor bug fixes.
  • Minor bug fixes.
  • React 18 support and many bug fixes.
  • Minor fixes.
  • Minor fixes.
  • Minor fixes.
  • Minor fixes.
  • Minor fixes.
  • Minor fixes.
  • Improve filter on tree grid.
  • Minor bug fixing
  • Fix alignment of the activity indicator and filters position
  • Fix the drop arrow indicator on column reorder
  • Fix menu tool issues on mouse down
  • Fix computing the right height when filters are enabled
  • Fix pagination toolbar buttons issues on focus and disable
  • Fix unnecessary re-renders on Menu component
  • Fix locked start issues when are multiple columns
  • Fix performance issues on row
  • Fix positioning of column context menu
  • Dismiss column context menu when autosize columns
  • Fix activity indicator with no data
  • Fix group by issue with empty data
  • Fix types errors
  • Fix column context menu issues
  • Fix cell selection via drag&drop.
  • Fix multi-cell selection via Shift + mousedown combination.
  • Fix DateEditor crash.
  • Normalize sort info value when sortInfo is undefined.
  • Fix updating columns on a horizontal scroll.
  • Fix displaying browser context menu when clipboard feature is disabled.
  • Fix column hover bug on row
  • Fix auto size columns bug
  • Fix onBlur issues on column/row context menu
  • Update examples to next js 12 and convert files to typescript files
  • Fix Row warnings
  • Refactor Row with react hooks
  • Fix types errors.
  • Fix collapse groups issue, when all groups are collapsed.
  • Add viewportSize prop for setting the default viewport of the grid.
  • Bug fixing on column auto sizing functionality.
  • Fix summary reducer type error
  • Fix key to row details special border
  • Bug fixing on tree grid with row reorder enabled
  • Fix nesting via drag and drop bug
  • Fix a type import
  • Fix drop arrow visibility and improving row drop position
  • Add a catch method on edit complete promise
  • Fix visibility of the drop arrow on the last row
  • Fix valid drop position on the last row
  • Fix cell editing with sorting issue
  • Fix updating data source when clicking on row reorder column
  • Fix enter navigation cell edit when sorting
  • Fix dropdown editor visibility
  • Fix life cycle hook on date filter
  • Revert unsafe hook from virtual list (performance issue)
  • Fix row reorder on groups and correct updating rows on expand group
  • Fix clipboard issue appearing on community edition
  • Add pageSizes to types
  • Add clipboard context menu
  • Fix copy selected cells to clipboard
  • Fix SelectEditor list flicker when scrolling
  • Fix rowspan issue on scrolling
  • Fix column virtualization.
  • Fix updates on sort info callback.
  • Add filteredRowsCount callback which returns the number of rows after filter
  • Fix select all with empty data
  • Fix row focus inconsistency when tree nodes are collapsed
  • Fix re-render performance issues on rows
  • Remove unnecessary stop event propagation
  • Fix tab navigation in edit mode
  • Fix date filter format and filter issues
  • Update de active row indicator on row reorder
  • Fix tree grid editing the last row
  • Add renderColumnReorderProxy for customizing the column reorder proxy
  • Added the ability to customize tree node tool
  • Fix console log errors and add missing types
  • Fix SelectEditor focus issues
  • Fix scrolling when navigate in edit mode
  • Fix editor props on numeric input and allowNegative prop bug
  • Fix flashing filter menu while another filter menu is open
  • Fix grid scrolling to top when row context menu opens
  • Fix Tab/Enter navigation in edit mode
  • Fix navigation with livePagination enabled in edit mode
  • Fix horizontal scroll when navigate with Tab in edit mode
  • Fix enter navigation with live pagination in edit mode
  • Fix expandColumn issue
  • Fix enter/tab navigation issues in edit mode
  • Fix crash in edge case caused by new array reference for dataSource prop
  • Fix row reorder auto scroll regions
  • Fix grid blur event
  • Add cancelEdit method
  • Prevent cell editor to lose focus when escape key is pressed
  • Fix row reorder drop arrow height
  • Hide drop row arrow indicator when the drop is no longer valid
  • Fix row reorder drop indicator to be positioned between the rows
  • Fix rowReorderAutoScrollSpeed to be from props
  • Reset cancel edit on start editing
  • Remove console warning about cell props ref
  • Active row it is updated when navigate in edit mode
  • Fix skip non editable rows when navigate
  • Fix sticky rows on grid and tree grid
  • Fix select/deselect all checkboxes when sticky rows are enabled
  • Add types for computedEditable and onEnterNavigation props
  • Fix combo multi value label when value changes from props
  • Fix context menu alignment bug
  • Improve context menu positioning
  • Fix lock borders on expand group title
  • Improve navigation when pressing Enter/Shift+Enter while editing
  • Add expandedGroups controlled and uncontrolled and improve onGroupCollapseChange signature
  • Fix bug in locked end columns
  • Fixes multiselect
  • Fixes multi select filter tag remove problem when dataSourceid=0|false|null #57
  • Fixes grid cells lost position on paging back from the last page and end of the scroll #58
  • Remove tslib dependency
  • Fix expandGroupTitle prop
  • Add TS definitions for filters and editors
  • Fix DateInput focus when time input is clicked
  • Fix getScrollTop
  • Fix stickyGroupRows horizontal scrolling in combination with locked columns and expandGroupTitle
  • Fix active row indicator for sticky rows
  • Implement sticky tree nodes (stickyTreeNodes) and loadNodeAsync method (also available in column.render).
  • Add translation for date input
  • Fix TS types for renderRow
  • Fix scrollbar issues
  • Fix cancel editing
  • Fix calendar truncated for date column when it is in last column
  • Add TS types for renderRow
  • Make clear buttons in filter not submit wrapping form
  • Discard dataSource pending promises when new dataSource is provided or new requests are made
  • Fix dataSource edge case
  • Fix active row indicator in ltr mode
  • Fix ts types for column.filterEditor
  • Improve filter emptyValue handling
  • update TS type definitions
  • Fix multi-level groupBy when group value is empty string
  • Fix grid scroll into view when shift-tabbing through column header filters
  • Fix crash when grid was unmounted very quickly (in useEffect) after mount
  • Fix row reorder on touch devices
  • 🐛 Fix checkbox column selection
  • Improve horizontal scroll behavior for nativeScroll when there are no flex columns
  • Improve scrollToColumn
  • Improve resizing last column in group by showing column resize handle
  • Remove forgotten console.log
  • Improve horizontal & vertical scrolling perf when there are no colspan columns
  • 🐛 buf fix - sticky row has a double border between it and the column header
  • Improve vertical scrolling performance
  • Fix groupColumn property when there are locked columns
  • Fix pagination with local data and filtering
  • Remove findDOMNode occurrences
  • Fix rendering of custom settings icon for filter editors
  • Fix incorrect scroll issue when grid is scrolled into view
  • Initial public release
Top