The Wayback Machine - https://web.archive.org/web/20220106190917/https://github.com/topics/airtable
Skip to content
#

airtable

Here are 386 public repositories matching this topic...

salihozdemir
salihozdemir commented Dec 7, 2021

Describe the bug
When I want to add staticly <Menu.Item> on my CustomSider. useMenu returns selectedKey as "notfound" but it should return the current location pathname. In this way, i can manage selected menu item with their key name.

Expected behavior
When useMenu cannot find the resource, it should return location pathname.

**Desktop (please complete the following informa

GV14982
GV14982 commented Oct 29, 2020

We should add support for a filter formula string or query on the update methods, so it doesn't have to be done by ID.

Something like:

asyncAirtable.update('table', {
  where: "{name} = 'Graham'" // This is just a standard filter formula string, and will need to be updated when we build the query builder too, so we don't have a fragmented user experience
  fields: {
    hung
benrmatthews
benrmatthews commented Jul 28, 2020

One feature that is not yet implemented is similar orgs.

The feature would show users similar organizations so that they could easily jump to other companies.

The biggest challenge is that often companies are in many sub-categories so we would have to say "Similar" companies instead of the category label. And we'd have to draw from many categories when making the list.

Either way, it migh

Improve this page

Add a description, image, and links to the airtable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airtable topic, visit your repo's landing page and select "manage topics."

Learn more