Open
Conversation
…ording to Flutter recommendations
…nt_deprecation Fixes bosskmk#6 Migrate RawKeyboardEvent and related implications according …
… is not maintained.
Adds the possibility to get the value before the format happens. original value and getter
added more personalization options
improve files organization
Fix missing dates in date-picker
improve grid settings
added: - added MouseRegion to pluto_base_cell.dart to achieve hovering logic - added onRowEnter, onRowExit callback methods for PlutoGrid - added isHovered variable to _getRowColor in pluto_base_row.dart to change background color based on configuration - added rowHoveredColor to configuration
added: - added enableRowHoverColor option to configuration changed: - modified tests for hovering rows feature - simplified IHoveringState and HoveringState - moved MouseRegion from pluto_base_cell.dart to pluto_base_row.dart because it was not working before and is the more appropriate place
…Clients to prevent Exceptions caused by async events
Change background color of a row when hovered and add callback methods
Prevent Exceptions from async events in pluto_lazy_pagination.dart
…tePicker or a custom datepicker.
|
Please create this in pluto_grid_plus this repo is dead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added functionality to allow developers to choose between the standard Material DatePicker or a custom datepicker.
Without this, PlutoGrid will always use the build in date picker that does not handle localization.
Before:

After:

Example of usage: