pluto_grid 0.1.4
pluto_grid: ^0.1.4 copied to clipboard
PlutoGrid is dataGrid for flutter. It is developed with Windows, Web first. There are plans to support Android and iOS as well.
[0.1.3] - 2020. 8. 28 #
- 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)
[0.1.2] - 2020. 8. 27 #
- 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.
[0.1.1] - 2020. 8. 26 #
- Column type : Add number type cell.
[0.1.0] - 2020. 8. 26 #
- 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...