Skip to content

Table Operations

SmartTable organizes data into Bases, Tables, Fields, Records, and Views. This chapter explains how to manage tables and the data inside them.

Base Management

A base is the top-level container for a project or dataset.

ActionHow To
Create a baseClick + New Base, choose blank or template, and enter a name.
Rename / starOpen the base menu and choose Rename or Star.
Duplicate / deleteUse Duplicate to copy the base, or Delete to remove it.
Manage membersOpen Members to invite users and assign roles.
ShareEnable Base Sharing to create a public or password-protected link.

Table Management

Each base can contain multiple tables.

ActionDescription
Create tableClick + next to the table tabs and choose blank, template, or import.
RenameDouble-click the table tab name, or open the table menu.
Drag sortDrag table tabs to reorder them.
DuplicateCopy the table structure and optionally its data.
DeleteRemove the table from the base.

Import Tip

You can create a new table by importing an Excel, CSV, or JSON file. Multi-sheet Excel files are supported.

Excel import creating a table

During import, the system displays a field mapping preview so you can confirm the data is parsed correctly:

Data import preview

Field Management

Field configuration panel

Fields define the structure of each table. SmartTable supports 26 field types.

TaskHow To
Add a fieldClick + at the right end of the header row and choose a type.
ConfigureOpen the field menu to set validation rules, formatting, default values, and options.
Sort fieldsDrag the column header left or right.
Show / hideToggle visibility in the view settings.
Set defaultDefine a default value applied to new records.

See Field Types for a complete reference.

Record Management

Record detail drawer

Records are the rows of your table.

OperationHow To
Add a recordClick the + row at the bottom, or press Ctrl + N / Cmd + N.
Edit a cellClick a cell, type the value, and press Enter or click outside.
Open detail drawerClick the row expander or double-click a record to view history and comments.
DeleteSelect the row and press Delete, or right-click and choose Delete.
Batch actionsSelect multiple rows with Shift or checkboxes, then apply a bulk operation.
Undo / redoUse Ctrl + Z / Cmd + Z and Ctrl + Y / Cmd + Shift + Z.

Change History

SmartTable tracks every record change. Open a record's detail panel to see who changed what and when.

View Management

Table view main interface

Views let the same table appear in different ways without changing the underlying data.

FeatureDescription
Switch viewUse the view tabs or the view switcher in the upper right.
FilterAdd one or more conditions; combine with AND/OR logic.
SortSort by one or more fields and drag to set priority.
GroupGroup by up to 3 fields with collapsible sections.
Freeze columnsLock key columns to the left while scrolling.
Hide / show fieldsCustomize which fields appear in the current view.

Next Steps

Released under the MIT License.