-
Notifications
You must be signed in to change notification settings - Fork 106
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/column user actions #832
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #832 +/- ##
=============================================
- Coverage 74% 73.34% -0.66%
- Complexity 2449 2477 +28
=============================================
Files 123 124 +1
Lines 5801 5831 +30
=============================================
- Hits 4293 4277 -16
- Misses 1508 1554 +46
Continue to review full report at Codecov.
|
Add comments clean up.
@ibelar - can you check why tests fail? and after we can merge and focus on
Veeeery close now! |
@romaninsh - test is fix and ready to merge. |
Now grid's addAction supports a single-argument form and you can pass name of the action or UserAction object from the model.
This will add a button triggering the action using our brand new action executor!