-
Notifications
You must be signed in to change notification settings - Fork 2.2k
API Documentation in README #3904
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
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3904 +/- ##
=======================================
Coverage 97.67% 97.67%
=======================================
Files 42 42
Lines 1289 1292 +3
Branches 348 350 +2
=======================================
+ Hits 1259 1262 +3
Misses 30 30
🚀 New features to boost your workflow:
|
amanmahajan7
left a comment
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.
Looks great
| { | ||
| key: 'title', | ||
| name: 'Title', | ||
| renderEditCell: textEditor |
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.
Wonder if we should rename it to renderTextbox. We can revisit
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.
Might be a good idea, renderTextEditor
Co-authored-by: Aman Mahajan <[email protected]>
Part of #2575