Feature Request: Pass Filter Params in the URL

Env: Seatable 5.2 Self-hosted

I have 2 tables pages in app: Company, Contact, with following functions / settings:

  1. The contacts are linked to company.
  2. The is a button “See Contacts”, when it is clicked, it will jump to Contact page and list all relevant contacts.

I know there is a way to open single record by passing record_id. But I need a list of records. Apparently this will require filter be set on Contact page. Or maybe it is achievable by Query page?

Hi @Styx ,
Directly in Seatable, you could have created as many views in you Contacts table as Companies and redirect to the corresponding view (not particularly flexible but still working) but in App I don’t see how you can do something similar, except for creating as many table pages for your Contacts tables as companies, each page having a preset filter for one specific company, but your navifation menu will be pretty messy.

Don’t forget to post your feature request on https://ideas.seatable.io

Bests,
Benjamin

I think it should be something to do with the URL, which means Seatable need to support passing the filter condition by URL.

When clicking on the button it should jump to URL like www.your_seatable.com/url/to/the/table/page?filter={json_string_to_include_filter_condition}

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.