Hi,
I’m using Grist to manage interventions and I display them in a Card view. Currently I have 151 records and I often need to jump to a specific intervention by its ID number.
Right now, the only way to navigate is:
-
Using the ← → arrows one by one
-
Filtering the view
My current workaround: I created a hyperlink column in my Interventions table using SELF_HYPERLINK() that links directly to the card view. But this requires opening the table first, finding the row, then clicking the link. “base = SELF_HYPERLINK(page=6).replace(“0.0.0.0”, “localhost”)
"Voir fiche " + base + “#a1.s16.r” + str(rec.id) + “.c31”“
Feature request: It would be very useful to have a “Go to record” field or shortcut where I can type a record number (e.g. “11”) and jump directly to that card, then continue browsing from there with the arrows.
Something like: a small input field next to “11 OF 151” where I could click, type a number, press Enter, and land on that record.
Is this possible currently and I’m missing something? If not, would this be considered as a future feature?
Thanks!
