pluto_grid 0.1.20
pluto_grid: ^0.1.20 copied to clipboard
PlutoGrid is a dataGrid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)
[0.1.20] - 2020. 10. 28 #
- Add textAlign to column property.(PlutoColumnTextAlign.Left, or Right) #49
[0.1.19] - 2020. 10. 23 #
- Add enableMoveDownAfterSelecting, enterKeyAction in PlutoConfiguration.
- Add currentSelectingPositionList in PlutoStateManager.
[0.1.18] - 2020. 10. 16 #
- Add valueFormatter for display of the cell value.
[0.1.17] - 2020. 10. 4 #
- Cell selection problem. #35
- Modified so that AutoSize of column operates according to default TextStyle.
[0.1.16] - 2020. 10. 2 #
- Fixed column problem when adjusting column width.
- When the date is MM/dd/yyyy, the initial value of the pop-up is incorrect.
- When startDate, endDate are present, the initial value of the popup is not filled or scrolling fails.
- When the date is MM/dd/yyyy, misalignment error.
- Modify to operate the sorting criteria in the order of items in the Select Type Column.
[0.1.15] - 2020. 09. 28 #
- Modified so that the Grid does not force focus and works properly according to the situation in which focus get received or taken away.
[0.1.14] - 2020. 09. 27 #
- Fixed cell movement error.
[0.1.13] - 2020. 09. 26 #
- 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.
[0.1.12] - 2020. 9. 23 #
- Select all - Control(Meta on MacOs) + A.
[0.1.11] - 2020. 9. 21 #
- Add Selecting mode for row.
- Removing rows by selecting cells.
[0.1.10] - 2020. 9. 17 #
- Add removing row.
- Add example for adding and removing row.
[0.1.9] - 2020. 9. 17 #
- 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. https://github.com/flutter/flutter/issues/65170
[0.1.8] - 2020. 9. 3 #
- BugFix : RawKeyEvent's logicalKey.keyLabel return value changed from null to "".
[0.1.7] - 2020. 9. 3 #
- 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.
[0.1.6] - 2020. 9. 2 #
- Change datetime column type to date.
- Fix selecting cell bug.
- Add dual mode grid.
- Add time type column.
- Update Demo.
[0.1.5] - 2020. 8. 31 #
- Change UI for datetime popup.
[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...