Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/airtable/mod.ts>Airtable#table

Unofficial Airtable client for Deno 🦕
Latest
method Airtable.prototype.table
import { Airtable } from "https://deno.land/x/airtable@v1.1.1/mod.ts";

Returns new Airtable client with defined table name

const airtable = new Airtable()
const airtableWithNewTableName = airtable.table("Some table name")

Parameters

tableName: string

Returns

current Airtable client