- Fix row height cannot be adjusted when minRowHeight is not defined
- Fix rows cannot be scrolled horizontally
- Refactor cell update strategy
- Add row height adjustment
- Add row sortable
- Add column sortable
- Add horizontal virtual scroll
- Add add cmd+shift+v shortcut for plain text paste
- Add custom header style and class
- Fix sync horizontal scroll
- Fix cell can't be selected when it's readonly
- Fix in some cases, horizontal scrolling cannot be rolled to the end
- Fix cell editing popup is cropped
- Fix row re-rendering when scrolling
- Fix layout and style
- Add dark theme
- Fix group collapsed error
- Fix column flex layout error
- Fix hide column menu icon when no menu items
- Add collapsible column group
- Add hidden column api
- Add column menu
- Add pinned row
- Add custom style and class for cell or row
- Add columnOptionsSelector to override column options
- Add beforeDestroy hook in cell components
- Add UI event listener
- Fix the horizontal scroll bar from flickering when scrolling
- Fix cannot modify a read-only cell
- Fix popup is cropped by the grid
- Refactor grid api
- Add destroy grid interface
- Add add setEditing and stopEditing actions
- Add Alobal loading
- Add menu edge check
- Fix the grid body does not display when there is no pinned column
- Add getRowData and getRowDataByIndex action
- Add scroll horizontally through the touchpad in the table body
- Add column flex layout and adaptive remaining width
- Add setBaseHeight dispatch to the row
- Add setHeight dispatch to the column
- Add appendSelectRows, takeSelectRow, appendRows action to the row
- Delete appendRows dispatch from row
- Fix add vendor prefixes to CSS rules by autoprefixer
- Add takeRows dispatch to the row store
- Add appendRowsBefore dispatch to the row store
- Fix contextmenu position is wrong when the page is scrolled
- Fix shoule hide context menu when clickoutside
- Fix layout error
- Fix appendRows does not take effect
- Fix npm publish error
- Update README.md
- Column pinned
- Drag to adjust column width
- Virtual list
- Custom cell render
- Custom cell editor
- Range selection
- Copy and paste
- Drag to fill cells
- Context menu