- Modified so that the Grid does not force focus and works properly according to the situation in which focus get received or taken away.
- Fixed cell movement error.
- Change the column icon.
- Fix a bug that the previous data wasn't created when moving up in the date selection popup.
- enable/disable border of the between columns.
- Add a configuration. (Dark mode or custom setting)
- Fix a bug that the newly added fixed column doesn't scroll correctly.
- Ignore to move cell when pressing shift + arrow left or right, in edit mode.
- Select all - Control(Meta on MacOs) + A.
- Add Selecting mode for row.
- Removing rows by selecting cells.
- Add removing row.
- Add example for adding and removing row.
- Add None Selecting mode for states that do not require multi-selection.
- Add selecting-mode for selecting date range.
- Difference in Enter key in TextField when using RawKeyboardListener overlapping. flutter/flutter#65170
- BugFix : RawKeyEvent's logicalKey.keyLabel return value changed from null to "".
- Change the way to move between grids in dual grid mode. When moving the arrow keys, the focus moves when reaching the left and right ends.
- Update Demo.
- Change datetime column type to date.
- Fix selecting cell bug.
- Add dual mode grid.
- Add time type column.
- Update Demo.
- Change UI for datetime popup.
- fixed column bug. #1
- Multi-selection is canceled when clicking the current cell in the multi-selection state.
- Even when the cell is in the modified state, long tab to enter the multi-select mode.
- Added column type for date.(datetime will be soon)
- Fix bug : Error not working properly according to fixed columns when selecting multiple cells.
- Multi selection with KeyBoard : Multi selection with Shift and arrow keys.
- Column type : Add number type cell.
- Column fixation : Columns can be fixed to the left or right of the grid.
- Column shift : Change the order of the columns by dragging the column title.
- Column sort : Sort the list by clicking on the column heading.
- Column width : Change the column width by dragging the icon to the right of the column title.
- Column action : Click the icon to the right of the column title, you can control the column with the column action menu.
- Multi selection : By long tapping or clicking and moving.
- Copy & paste : Ctrl(macos : Meta) + C or V.
- Select Row Popup : Same as the grid, a selection popup that can be used when selecting an item from a list.
- Keyboard support : Arrow keys, Enter(Shift + Enter), Tab(Shift +Tab), Esc...