We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting top/bottom elements API description and return value has ambiguity.
Returns a card element at the top of a layout.
Returns a card element at the bottom of a layout.
The descriptions are likely saying getting result of top or last element, but if grids are divided in several columns, which one is the expected?
For example, in the following case, .getBottomElement(), return the right element? or the left?
.getBottomElement()
The text was updated successfully, but these errors were encountered:
I will add jsdoc comment.
Sorry, something went wrong.
The last element is used to find the index of the next data to fetch. we should fix it.
fix(infiniteGrid): fix return value of getBottomElement
9bdd290
- add comment ref naver#467
64bdb65
sculove
No branches or pull requests
Description
Getting top/bottom elements API description and return value has ambiguity.
The descriptions are likely saying getting result of top or last element, but if grids are divided in several columns, which one is the expected?
For example, in the following case,
.getBottomElement()
, return the right element? or the left?The text was updated successfully, but these errors were encountered: