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
Is your feature request related to a problem? Please describe.
I would like to expose the list of spreadsheets to the user with a different orderBy than the default recency which is hardcoded here.
Describe the solution you'd like
Either:
the orderBy parameter is passed down through the client methods for spreadsheet_titles() and spreadsheet_ids()
OR at the very least, change the hardcoding to recency desc. I think most users would want to see the most recent files rather than the oldest files?
Any other info
I think I can make a pull request for this enhancement, so let me know if this would be accepted and I can tidy up the tests etc. Otherwise I'll just leave it on my forked version of the repo.
Thanks!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to expose the list of spreadsheets to the user with a different orderBy than the default
recency
which is hardcoded here.Describe the solution you'd like
Either:
spreadsheet_titles()
andspreadsheet_ids()
recency desc
. I think most users would want to see the most recent files rather than the oldest files?Any other info
I think I can make a pull request for this enhancement, so let me know if this would be accepted and I can tidy up the tests etc. Otherwise I'll just leave it on my forked version of the repo.
Thanks!
The text was updated successfully, but these errors were encountered: