You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Storage
Please describe your feature-request in detail.
I would like StorageBrowser component to support specifying an initial sorting configuration. Currently users have to change the sorting every time they switch location.
Please describe a solution you'd like.
I would suggest a new prop accepted by StorageBrowser component that specify an initial sorting per view. Probably just an Array<{ colName: string; direction: 'asc' | 'desc' }> will suffice.
We love contributors! Is this something you'd be interested in working on?
👋 I may be able to implement this feature request.
⚠️ This feature might incur a breaking change.
The text was updated successfully, but these errors were encountered:
Hello, @dan-irf and thank you for opening this. We'll review this internally and follow up with any further questions or context we have for this feature request.
On which framework/platform would you like to see this feature implemented?
React
Which UI component is this feature-request for?
Storage
Please describe your feature-request in detail.
I would like StorageBrowser component to support specifying an initial sorting configuration. Currently users have to change the sorting every time they switch location.
Please describe a solution you'd like.
I would suggest a new prop accepted by StorageBrowser component that specify an initial sorting per view. Probably just an
Array<{ colName: string; direction: 'asc' | 'desc' }>
will suffice.We love contributors! Is this something you'd be interested in working on?
The text was updated successfully, but these errors were encountered: