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
Provide an API for expanding/collapsing all rows.
I have an infinite table of orders. When new orders arrive, the user can click a button to load them into the table.
When this happens, I need to scroll the current table to the top and collapse any open detailRow (to avoid confusion).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please describe the feature you would like to request.
Provide an API for expanding/collapsing all rows.
What is the use-case or motivation for this proposal?
I have an infinite table of orders. When new orders arrive, the user can click a button to load them into the table.
When this happens, I need to scroll the current table to the top and collapse any open detailRow (to avoid confusion).
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: