-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature :: Sort step form #228
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! I've requested a few changes that I'd be glad to discuss about with you.
Codecov Report
@@ Coverage Diff @@
## master #228 +/- ##
==========================================
+ Coverage 99.27% 99.28% +0.01%
==========================================
Files 50 52 +2
Lines 690 703 +13
Branches 117 118 +1
==========================================
+ Hits 685 698 +13
Misses 5 5
Continue to review full report at Codecov.
|
…ed orders to options props
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job, thanks! I think there's only one change required and this should be good
initialStepValue!: SortStep; | ||
|
||
readonly title: string = 'Sort'; | ||
widgetSortColumn = WidgetSortColumn; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Side note for later: I wonder if we could not register the widget globally and then use widget="widget-sort-column"
in the template.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue for this => #240
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR introduce :
SortColumnType
WidgetSortColumn
for widgetList