Skip to content
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

New Documentation: Associate options with plugins #7826

Merged
merged 5 commits into from Apr 21, 2021

Conversation

Osky772
Copy link
Contributor

@Osky772 Osky772 commented Apr 20, 2021

Part of #7624 and #7626
There is only one TODO

@Osky772 Osky772 requested a review from Siemienik April 20, 2021 12:33
@codesandbox-ci
Copy link

codesandbox-ci bot commented Apr 20, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4523831:

Sandbox Source
vanilla-handsontable-pr Configuration

@Siemienik Siemienik changed the title Feature/issue 7624 options New Documentation: Associate options with plugins Apr 20, 2021
Copy link
Contributor

@Siemienik Siemienik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Osky772 for made this task done 🥇

Two tags have missing @category. Could you please add this tag?

  • dataSchema
  • cell

As soon as you resolve it, I'm going to approve and merge.

@@ -740,6 +767,7 @@ export default () => {
* @memberof Options#
* @type {boolean|string|object}
* @default true
* ! TODO @category (there is no fillHandle plugin in the `src/plugins`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Autofill plugin uses it to check if it is enabled.

image

Why do I think it is not a MultipleSelect? Because of usage context.

@@ -294,6 +304,7 @@ export default () => {
* @memberof Options#
* @type {number|number[]|string|string[]|Array<undefined>|Function}
* @default undefined
* @category Core, AutoColumnSize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we assumed on slack, it should be associated only with Core.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -330,6 +341,7 @@ export default () => {
* @memberof Options#
* @type {number|number[]|string|string[]|Array<undefined>|Function}
* @default undefined
* @category Core, ManualRowResize, AutoRowSize
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we assumed on slack, it should be associated only with Core.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@Siemienik Siemienik merged commit 6af071f into feature/issue-7624 Apr 21, 2021
@Siemienik Siemienik deleted the feature/issue-7624-options branch April 21, 2021 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants