-
Updated
Jan 6, 2022 - JavaScript
airtable
Here are 386 public repositories matching this topic...
-
Updated
Jan 6, 2022 - Vue
-
Updated
Jan 6, 2022 - Python
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Oct 29, 2021
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Aug 10, 2021 - Ruby
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Jan 6, 2022
-
Updated
Nov 24, 2021 - TypeScript
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Apr 9, 2021 - Python
-
Updated
Oct 5, 2021 - Vue
-
Updated
Apr 3, 2019 - JavaScript
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-
Updated
Jun 5, 2021 - Java
-
Updated
Jan 5, 2022 - TypeScript
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.
Add this topic to your repo
To associate your repository with the airtable topic, visit your repo's landing page and select "manage topics."


Describe the bug
When I want to add staticly
<Menu.Item>on my CustomSider.useMenureturns 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
useMenucannot find the resource, it should return location pathname.**Desktop (please complete the following informa