-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Doc] Add doc for <BulkUpdateButton>
#9077
Conversation
docs/Buttons.md
Outdated
|
||
| Prop | Required | Type | Default | Description | | ||
| -------------------- | -------- | --------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------- | | ||
| `data` | Required | `object` | - | An object with the fields that need to be updated on the selected records | |
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.
Should not we provide an example of the shape of the data
object ?
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.
You have one example in the snippet just above the table. Am I missing something?
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.
We should probably extract this in a dedicated documentation page and reference it there eventually
Eventually yes, along with the other buttons referenced in |
Closes #8790