Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional width to dialog from PlutoColumnType.select #1130

Open
wants to merge 112 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
112 commits
Select commit Hold shift + click to select a range
a0c0601
Fix missing dates in date-picker
bastaware May 23, 2023
4a063fa
Change Package Name to flutter_grid_plus & upgrade the dependencies
doonfrs Dec 7, 2023
74b3f98
update version to 8.0.0
doonfrs Dec 7, 2023
9ac783d
update enviroment sdk
doonfrs Dec 7, 2023
6f5f15d
chand main dart file from pluto_grid to pluto_grid_plus.dart
doonfrs Dec 7, 2023
3c1835f
update package name & version in readme file
doonfrs Dec 7, 2023
9f7c223
add onSelectedItem function in plutoColumnType.select https://github.…
doonfrs Dec 7, 2023
84bd66f
Add column title (padding, icon-size, and checkBox size to auto-fit c…
doonfrs Dec 7, 2023
36207fd
Customize filter column by @RamshaFarheen https://github.com/bosskmk/…
doonfrs Dec 7, 2023
a84babe
fix unit test for autoFitColumn
doonfrs Dec 7, 2023
76e63b4
update readme, version and changelog
doonfrs Dec 7, 2023
ef3804a
update build files
doonfrs Dec 19, 2023
fffbd4b
add builder feature for select column type
doonfrs Dec 19, 2023
36ed914
increase version & update change log
doonfrs Dec 19, 2023
08879cb
Fixes #6 Migrate RawKeyboardEvent and related implications according …
Feb 18, 2024
29e2ada
Merge pull request #9 from aymswick/fix/flutter_RawKeyboardEvent_depr…
doonfrs Feb 18, 2024
753bbc0
Change pluto_grid_export to pluto_grid_plus_export as the old version…
doonfrs Feb 18, 2024
2fe4911
make pluto_grid_plus_export publishable
doonfrs Feb 18, 2024
f4e6142
change repo path in readme
doonfrs Feb 18, 2024
0444e4f
change class name / package name in the readme file
doonfrs Feb 18, 2024
517c0f9
change class name / package name in the readme file
doonfrs Feb 18, 2024
abde35c
remove unnecessary or
Macacoazul01 Feb 19, 2024
103382b
original value and getter
Macacoazul01 Feb 19, 2024
5128de8
Merge pull request #11 from bianca-inc/master
doonfrs Feb 19, 2024
6596529
added more personalization options
Macacoazul01 Feb 19, 2024
7caf19c
Merge pull request #12 from bianca-inc/format
doonfrs Feb 19, 2024
a01117d
improve files organization
Macacoazul01 Feb 20, 2024
f712ab8
Merge pull request #14 from bianca-inc/format
Macacoazul01 Feb 22, 2024
1a4658b
Merge pull request #16 from bastaware/fixdatepicker
doonfrs Feb 27, 2024
6be47e9
20240305
ramiro-ciocca Mar 5, 2024
8aee2f5
upgrade to latest packages
doonfrs Mar 18, 2024
73335e8
rollback intl to 18 as 19 still not supported by flutter stable
doonfrs Mar 18, 2024
eca21ed
Merge branch 'master' of https://github.com/doonfrs/pluto_grid_plus
ramiro-ciocca Mar 22, 2024
a13b1cf
added gridPadding and gridBorderWidth to configs
Macacoazul01 Mar 23, 2024
9648238
8.3.1
Macacoazul01 Mar 23, 2024
581b22c
Merge pull request #26 from bianca-inc/master
Macacoazul01 Mar 23, 2024
6ad30a9
feat(doonfrs/pluto_grid_plus#29): Support for hovering rows
coruscant187 Apr 1, 2024
8037bf9
Tests for hovering rows feature
coruscant187 Apr 1, 2024
8ca1d0d
moved hover logic:
coruscant187 Apr 1, 2024
d8a8053
modified CHANGELOG.md, contributor tile and version
coruscant187 Apr 1, 2024
8e54396
Update pluto_lazy_pagination.dart, Check if bodyRowsVertical has any …
Sokcevic Apr 12, 2024
3d98959
Merge pull request #30 from coruscant187/row_hover_status
Macacoazul01 Apr 13, 2024
3f7a4f8
Fix
Sokcevic Apr 15, 2024
0d88fcc
Merge pull request #35 from Sokcevic/master
Macacoazul01 Apr 20, 2024
7eec631
update version to 8.4 and publish to pub.dev
doonfrs Apr 20, 2024
d7d3143
upgrade pubspec
doonfrs May 15, 2024
43f8d02
upgrade to latest flutter & migrate
doonfrs May 15, 2024
8a4a114
add rowWrapper
rjfjohnson May 31, 2024
b0c4967
fix
rjfjohnson May 31, 2024
b5c0182
fix
rjfjohnson May 31, 2024
aa2f45c
Added an option for developers to use either the standard Material Da…
Jun 2, 2024
22a2981
Datepicker - moved isOpenedPopup = true
Jul 1, 2024
97d1ccc
Merge pull request #48 from rjfjohnson/master
doonfrs Jul 5, 2024
dcdd182
Merge pull request #43 from bastaware/use_standard_datepicker
doonfrs Jul 5, 2024
861947a
Added the ability to add a custom data property at the row level.
stan-at-work Jul 10, 2024
1b209ea
Merge branch 'master' of https://github.com/doonfrs/pluto_grid_plus
ramiro-ciocca Jul 11, 2024
92685a4
Merge pull request #54 from stan-at-work/master
doonfrs Jul 14, 2024
dd245c3
reformat readme md make it standard
doonfrs Jul 14, 2024
abef05b
prepare 8.4.2 for publish
doonfrs Jul 14, 2024
59ec734
use 8.4.2 in demo and included packages
doonfrs Jul 14, 2024
55aeb9d
added filterbuilder to pluto column
Software365-info Jul 19, 2024
95ecdd9
readded filterWidget so it can be deprecated but still usable
Software365-info Jul 19, 2024
2c588d5
made average and sum aggregates ignore null values
Software365-info Jul 22, 2024
d26208e
Merge pull request #59 from Software365-info/custom_filters
doonfrs Jul 23, 2024
bb71fd7
Merge branch 'doonfrs:master' into nullable_aggregate_numbers
Software365-info Jul 23, 2024
2d08def
empty check before calculating average/sum
Software365-info Jul 23, 2024
3121b1e
Merge pull request #62 from Software365-info/nullable_aggregate_numbers
doonfrs Jul 23, 2024
04db3e5
Merge branch 'master' of https://github.com/doonfrs/pluto_grid_plus
ramiro-ciocca Sep 6, 2024
db43188
fix demo project errors after upgrading faker package
doonfrs Sep 6, 2024
94e8061
Ignore some auto generated files
doonfrs Sep 16, 2024
5eb0c4a
add explicit type for rowWrapper
doonfrs Sep 16, 2024
776895a
add editCellWrapper and rowWrapper code
doonfrs Sep 16, 2024
a35cb9d
Merge branch 'master' of https://github.com/doonfrs/pluto_grid_plus
ramiro-ciocca Oct 17, 2024
1a9968b
20241017
ramiro-ciocca Oct 18, 2024
9d102b3
Manually detect doubleTaps on desktop platform to eliminate delay
AminBhst Oct 19, 2024
6c930c7
Merge pull request #84 from AminBhst/master
doonfrs Oct 19, 2024
ea12608
Merge pull request #82 from ramiro-ciocca/master
doonfrs Oct 19, 2024
add10d6
Add PlutoGridRowSelectionCheckBehavior which enables automatically se…
AminBhst Oct 19, 2024
b77a892
Update docs
AminBhst Oct 19, 2024
8ddce65
Merge pull request #85 from AminBhst/master
doonfrs Oct 19, 2024
ecc0b1b
lint & upgrade packages
doonfrs Oct 22, 2024
9512f22
Updated pluto_grid_plus from 8.4.2 to ^8.4.3
stan-at-work Nov 13, 2024
ffdc76f
Added onActiveCellChanged
stan-at-work Nov 13, 2024
eafbdc5
Pumped intl library to: ^0.20.0
adelkhayata76 Nov 17, 2024
0d7e7d4
Merge pull request #94 from adelkhayata76/patch-1
doonfrs Nov 17, 2024
78cf7c0
itsnotmeman v1: Introduced a new null check to prevent the 'Null chec…
Nov 22, 2024
0c20354
Merge pull request #93 from stan-at-work/master
doonfrs Dec 1, 2024
b14f2a5
Merge pull request #98 from itsnotmeman/master
doonfrs Dec 1, 2024
c38cb9d
Fixed homescreen pointing to old package
stan-at-work Dec 2, 2024
c9cce41
Merge branch 'doonfrs:master' into home_screen_fix
stan-at-work Dec 2, 2024
c9ef81b
Merge pull request #100 from stan-at-work/home_screen_fix
doonfrs Dec 2, 2024
2f2df5c
feat: continue to _update infinity scroll if screen not filled
pierrecorsini Dec 3, 2024
cc4e9f8
Changed function(Widget child) top WidgetBuilder
stan-at-work Dec 3, 2024
8dfe854
Changed WidgetBuilder to Widget Function(BuildContext, Widget)
stan-at-work Dec 4, 2024
53035c3
Added stateManager
stan-at-work Dec 4, 2024
f8e232c
Added coments
stan-at-work Dec 4, 2024
80772c0
fix: guard agains missing scroll client (disposed)
pierrecorsini Dec 5, 2024
10c9ce3
Fix unit tests
stan-at-work Dec 6, 2024
1c917b8
Changed test to english
stan-at-work Dec 6, 2024
f017912
Fixed test
stan-at-work Dec 6, 2024
f000578
Added tests on pull_req
stan-at-work Dec 6, 2024
64f4704
Add vs-code formatting restrictions
Sten435 Dec 7, 2024
80764b3
Added empty screen to homepage
Sten435 Dec 7, 2024
aec6708
Added clear columns filter event
Sten435 Dec 7, 2024
0191c58
FIX for https://github.com/doonfrs/pluto_grid_plus/issues/105
Sten435 Dec 7, 2024
5925ae6
Merge pull request #110 from stan-at-work/Added-empty-screen-to-homepage
doonfrs Dec 10, 2024
31558f6
Merge pull request #108 from stan-at-work/Add-formatting-restrictions
doonfrs Dec 10, 2024
ab2cc07
Merge pull request #103 from stan-at-work/rowWrapper-rework
doonfrs Dec 10, 2024
c03de3b
Merge pull request #107 from stan-at-work/Fix-unit-tests
doonfrs Dec 10, 2024
ba5b0f5
Merge pull request #101 from pierrecorsini/master
doonfrs Dec 10, 2024
7945e0d
Merge pull request #111 from stan-at-work/issue-105
doonfrs Dec 10, 2024
9f20732
Add optional width to column in PlutoColumnType.select
ramiro-ciocca Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Flutter Dependencies
run: flutter pub get
- name: Run Flutter Tests
run: flutter test
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,7 @@ coverage/
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

# FVM Support - https://fvm.app/
.fvm/flutter_sdk
.fvm/flutter_sdk
example/windows/flutter/generated_plugin_registrant.cc
example/windows/flutter/generated_plugin_registrant.h
example/windows/flutter/generated_plugins.cmake
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dart.lineLength": 80,
}
152 changes: 104 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# Changelog

All notable changes to this project will be documented in this file.

## [8.4.3] - 2024. 10. 23

* Added rowWrapper & editCellWrapper for the state manager
* Manually detect doubleTaps on desktop platform to eliminate delay
* Several improvements
* Add PlutoGridRowSelectionCheckBehavior which enables automatically setting the CheckBox values of selected rows
* Add PlutoGridRowSelectionCheckBehavior
* Upgrade packages



## [8.4.2] - 2024. 07. 15

* add rowWrapper
* Added an option for developers to use either the standard Material DatePicker or a custom datepicker.
* Datepicker - moved isOpenedPopup = true
* Added the ability to add a custom data property at the row level. For example: you can pass data to onSelect or any other onHandler. (not required)
* Upgrade some used package to the latest version.

## [8.4.1] - 2024. 05. 15

upgrade for flutter 3.22.0

## [8.4.0] - 2024. 04. 01

* Added onRowEnter, onRowExit callbacks to react on. @coruscant187
* Added logic to change background color of row if hovered. @coruscant187 doonfrs/pluto_grid_plus#29

## [8.3.1] - 2024. 03. 19

* upgrade packages to latest major version

## [8.3.0] - 2024. 02. 18

* Change pluto_grid_export to pluto_grid_plus_export as the old version is not maintained.
* fix & enhance the example for csv export.

## [8.2.0] - 2023. 12. 19

* Add builder function in plutoColumnType.select allow user to customize the popup by item widget.

## [8.1.0] - 2023. 12. 8

* Customize filter column by @RamshaFarheen bosskmk#739
* Add column title (padding, icon-size, and checkBox size to auto-fit calculation by @Milad-Akarie bosskmk#715
* add onSelectedItem function in plutoColumnType.select bosskmk#935

## [8.0.0] - 2023. 7. 12

* Change Package name to pluto_grid_plus
* Upgrade the packages to the latest version.

## [7.0.2] - 2023. 5. 13

* Add Japanese, Turkish languages.
Expand All @@ -13,12 +69,12 @@

## [6.0.4] - 2023. 3. 7

* Add Scrollbar properties. https://github.com/bosskmk/pluto_grid/issues/743
* Add Scrollbar properties. <https://github.com/bosskmk/pluto_grid/issues/743>

## [6.0.3] - 2023. 3. 6

* Add locales.(German, French)
* Fix row group expanded bug. https://github.com/bosskmk/pluto_grid/issues/775
* Fix row group expanded bug. <https://github.com/bosskmk/pluto_grid/issues/775>

## [6.0.2] - 2023. 2. 2

Expand Down Expand Up @@ -46,25 +102,25 @@

* Fix sorting bug.
Fixed sorting issue with pagination applied.
https://github.com/bosskmk/pluto_grid/issues/668
<https://github.com/bosskmk/pluto_grid/issues/668>

## [5.4.6] - 2022. 11. 30

* Fix keepAlive.
Fixed a bug that slowed down when moving horizontally/vertically
Fixed a bug that slowed down when moving horizontally/vertically
with the keyboard direction keys for a long time in succession.

## [5.4.5] - 2022. 11. 30

* Fix RTL initiation flicker.
By https://github.com/Milad-Akarie
* Fix RTL initiation flicker.
By <https://github.com/Milad-Akarie>
* Fix column context menu is triggered after drag (column resizing).
By https://github.com/Milad-Akarie
By <https://github.com/Milad-Akarie>

## [5.4.4] - 2022. 11. 29

* Add hovered scrollbar.
https://pluto.weblaze.dev/scrollbar-and-scroll-behavior
<https://pluto.weblaze.dev/scrollbar-and-scroll-behavior>

## [5.4.3] - 2022. 11. 21

Expand All @@ -75,11 +131,11 @@
## [5.4.2] - 2022. 11. 15

* Add properties of PlutoGridScrollbarConfig.
- onlyDraggingThumb
- mainAxisMargin
- crossAxisMargin
- scrollBarColor
- scrollBarTrackColor
* onlyDraggingThumb
* mainAxisMargin
* crossAxisMargin
* scrollBarColor
* scrollBarTrackColor

## [5.4.1] - 2022. 11. 12

Expand All @@ -88,7 +144,7 @@
## [5.4.0] - 2022. 11. 5

* Add shortcut to PlutoGridConfiguration.
https://pluto.weblaze.dev/shortcuts
<https://pluto.weblaze.dev/shortcuts>
* Add popupIcon for popup type column.
You can change the icon that appears on the right of the date, time, or selection type column cell or set it to null to remove it.

Expand Down Expand Up @@ -122,7 +178,7 @@

* Change PlutoGridStateManager.configuration to not null.
* Add Currency column.
https://github.com/bosskmk/pluto_grid/blob/master/demo/lib/screen/feature/currency_type_column_screen.dart
<https://github.com/bosskmk/pluto_grid/blob/master/demo/lib/screen/feature/currency_type_column_screen.dart>

## [5.1.1] - 2022. 9. 25

Expand All @@ -131,13 +187,13 @@
## [5.1.0] - 2022. 9. 10

* Add Column footer.
https://weblaze.dev/pluto_grid/build/web/#feature/column-footer
<https://weblaze.dev/pluto_grid/build/web/#feature/column-footer>
* Add to be able to set locale for numeric type PlutoColumn.

## [5.0.6] - 2022. 9. 5

* Add support for countries that use comma as Decimal separator.
* Breaking change - Only available for flutter 3.3,
* Breaking change - Only available for flutter 3.3,
otherwise it'll show this error on console: "Error: No named parameter with the name 'disabledForegroundColor'"

## [5.0.5] - 2022. 8. 30
Expand Down Expand Up @@ -170,21 +226,21 @@

* Added middle divider for `PlutoDualGrid`, `PlutoDualPopup` widget.
By adding a divider in the center of the two grids, the position can be changed by dragging and dropping.
https://weblaze.dev/pluto_grid/build/web/#feature/dual-mode
<https://weblaze.dev/pluto_grid/build/web/#feature/dual-mode>
* Add to `PlutoGridEventManager` stream to receive column sort changes.
Add `PlutoGrid.onSorted` callback.
* Added an option to disable column width adjustment while displaying the column right menu.
- Activate both `PlutoColumn.enableContextMenu` and `PlutoColumn.enableDropToResize`
* Activate both `PlutoColumn.enableContextMenu` and `PlutoColumn.enableDropToResize`
Tap the column menu to display the context menu. Drag left or right to adjust the column width.
- Activate only `PlutoColumn.enableContextMenu`
* Activate only `PlutoColumn.enableContextMenu`
You cannot adjust the column width by dragging the column menu.
- Only enable `PlutoColumn.enableDropToResize`
* Only enable `PlutoColumn.enableDropToResize`
You cannot call the context menu by tapping the column menu.
* Hide all column headings.
`PlutoGridStateManager.setShowColumnTitle`
https://weblaze.dev/pluto_grid/build/web/#development
<https://weblaze.dev/pluto_grid/build/web/#development>
In the link above, you can hide or show the entire column area by clicking the toggle column title button in the top show menu.
* When the parent widget of `PlutoGrid` is scrolled, in the previous 4.0.0 logic,
* When the parent widget of `PlutoGrid` is scrolled, in the previous 4.0.0 logic,
the error that the row area disappears when the column is out of the screen area has been fixed.
* Improve text selection when edit TextCell by @DmitrySboychakov
* Improve padding for table cells and column titles by @DmitrySboychakov
Expand All @@ -196,10 +252,10 @@
* Modified to pass `PlutoColumn` instead of passing `PlutoColumn.key` when calling `hideColumn`.
* Add `PlutoGridStateManager.hideColumns(List<PlutoColumn> columns, bool hide)`
* Changes due to the constraint of a frozen column.
- The width of the frozen column cannot be expanded beyond the limit width.
- When changing a non-frozen column to a frozen column, it cannot be changed if the constraint width is insufficient.
- If a column with a hidden frozen column state is unhidden in a narrow constraint width, the column frozen state is forcibly changed to `PlutoColumnFrozen.none`.
- If the entire grid width is narrowed to less than the constraint width while
* The width of the frozen column cannot be expanded beyond the limit width.
* When changing a non-frozen column to a frozen column, it cannot be changed if the constraint width is insufficient.
* If a column with a hidden frozen column state is unhidden in a narrow constraint width, the column frozen state is forcibly changed to `PlutoColumnFrozen.none`.
* If the entire grid width is narrowed to less than the constraint width while
there is a frozen column, the frozen column is permanently changed to `PlutoColumnFrozen.none`, and it does not return to the frozen column again even if the grid width is increased.
* Change the logic to move by dragging rows.
Previous behavior: rows are moved while dragging.
Expand All @@ -213,15 +269,15 @@
Changed left and right of `PlutoColumn.frozen` to start and end.
`PlutoColumn.textAlign` default value changed from left to start.
`PlutoColumn.titleTextAlign` default value changed from left to start.
https://weblaze.dev/pluto_grid/build/web/#feature/rtl
<https://weblaze.dev/pluto_grid/build/web/#feature/rtl>
* Change `PlutoGridConfiguration`.
Settings such as color, size, icon, border, and text style have been moved to `PlutoGridConfiguration.style`.
* Even/Odd Color.
Add `PlutoGridConfiguration.style.oddRowColor`, `PlutoGridConfiguration.style.evenRowColor`.
* Set default row color.
Add `PlutoGridConfiguration.style.rowColor`.
* Customize column menu.
https://weblaze.dev/pluto_grid/build/web/#feature/column-menu
<https://weblaze.dev/pluto_grid/build/web/#feature/column-menu>

## [4.0.1] - 2022. 6. 21

Expand All @@ -233,8 +289,8 @@
Please check the performance in profile or build mode.
Debug mode can be slow if there are many lines.
* Some state management is applied as a Provider.
* Added PlutoGridStateManager.initializeRowsAsync static method.
To avoid UI freezing when starting the grid with a large number of rows.
* Added PlutoGridStateManager.initializeRowsAsync static method.
To avoid UI freezing when starting the grid with a large number of rows.
[Initialize rows asynchronously](https://weblaze.dev/pluto_grid/build/web/#feature/add-rows-asynchronously)

## [3.1.2] - 2022. 6. 2
Expand All @@ -252,7 +308,7 @@

## [3.0.2] - 2022. 5. 25

* CSV export has been separated into external packages.
* CSV export has been separated into external packages.
Install the pluto_grid_export package.

## [3.0.0-1.pre] - 2022. 5. 14
Expand Down Expand Up @@ -318,7 +374,7 @@

## [2.7.1] - 2021. 12. 8

* Fixed an error where the row height of the popup did not change when the rowHeight value was changed.
* Fixed an error where the row height of the popup did not change when the rowHeight value was changed.

## [2.7.0] - 2021. 12. 7

Expand Down Expand Up @@ -358,7 +414,7 @@

## [2.4.0] - 2021. 7. 31

* Added pagination.
* Added pagination.
* Added debounce on keyboard input in filter.

## [2.3.0] - 2021. 7. 7
Expand All @@ -373,7 +429,7 @@

## [2.2.0] - 2021. 5. 29

* Add callback to row checks developed by https://github.com/MrCasCode.
* Add callback to row checks developed by <https://github.com/MrCasCode>.

## [2.1.0] - 2021. 5. 19

Expand All @@ -382,7 +438,7 @@
## [2.0.0] - 2021. 5. 14

* Change scroll physics.
* Fix a bug when dragging rows.
* Fix a bug when dragging rows.
* Stable release.

## [2.0.0-nullsafety.2] - 2021. 5. 1
Expand Down Expand Up @@ -422,9 +478,9 @@
## [1.0.0] - 2020. 12. 30

* Class name change. Just like changing PlutoConfiguration to PlutoGridConfiguration, the word Grid was added in the middle.
- PlutoStateManager > PlutoGridStateManager
- PlutoOnLoadedEvent > PlutoGridOnLoadedEvent
- Many other classes...
* PlutoStateManager > PlutoGridStateManager
* PlutoOnLoadedEvent > PlutoGridOnLoadedEvent
* Many other classes...

## [1.0.0-pre.10] - 2020. 12. 21

Expand Down Expand Up @@ -459,9 +515,9 @@
## [1.0.0-pre.4] - 2020. 11. 16

* Enable constant_identifier_names.
- ex) `PlutoColumnFixed.Left` > `PlutoColumnFixed.left`
- ex) `PlutoSelectingMode.Row` > `PlutoSelectingMode.row`
- All existing constants such as enum are changed.
* ex) `PlutoColumnFixed.Left` > `PlutoColumnFixed.left`
* ex) `PlutoSelectingMode.Row` > `PlutoSelectingMode.row`
* All existing constants such as enum are changed.
* Add a loading indicator.

## [1.0.0-pre.3] - 2020. 11. 13
Expand All @@ -483,20 +539,20 @@

## [1.0.0-pre.1] - 2020. 11. 05

##### Breaking changes:
### Breaking changes

* PlutoGrid.popup has been deleted.
PlutoGrid.popup() has been removed.
Just clear the popup and create it with PlutoGrid().
* The column property enableDraggable has been changed to enableColumnDrag.

##### Improvements:
### Improvements

* Column properties have been added.
- enableRowDrag : If set to true, an icon is create in the cell of the column, and the row can be moved by dragging it.
- enableRowChecked : If set to true, a check box is create in the cell of the column.
- renderer : You can change the displayed cell.
- applyFormatterInEditing : If this is set to true, the value changed by a formatter is a reflected in the editing state. However, it is only in the readonly state, or the state in which the cell value cannot be directly modified in the form of popup.
* enableRowDrag : If set to true, an icon is create in the cell of the column, and the row can be moved by dragging it.
* enableRowChecked : If set to true, a check box is create in the cell of the column.
* renderer : You can change the displayed cell.
* applyFormatterInEditing : If this is set to true, the value changed by a formatter is a reflected in the editing state. However, it is only in the readonly state, or the state in which the cell value cannot be directly modified in the form of popup.

## [0.1.21] - 2020. 11. 01

Expand Down
Loading