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

Add an Expand Row Feature #804

Open
osseonews opened this issue Oct 18, 2024 · 0 comments
Open

Add an Expand Row Feature #804

osseonews opened this issue Oct 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@osseonews
Copy link

Is your feature request related to a problem? Please describe

No

Describe the solution you'd like

When you show a list in a table, like an orders list, you need to click thru to a new page see all the data related to the order. This is annoying and not a good UX. The better option is to create a Expand Row component, so you can expand the row of the data to see more data. (see this for example: https://tanstack.com/table/v8/docs/framework/react/examples/expanding). Then you can offer both options, you can expand to see some data (like line items on an order, and shipping address), and then a link to see the data related to the order.

Describe alternatives you've considered

There are no alternatives. To see additional data, you either need to click thru to a new page, passing an id via the URL and then recreate the data with a new API call, or you can just get all the data you need on the first page and then expand it.

Are you able to assist to bring the feature to reality?

no

Additional context

No response

@osseonews osseonews added the enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant