Table display cells
Visualize, format, and filter tabular data with Table display cells.
- Users will need Can Edit permissions to create and configure Table display cells.
- Users with Can View App permissions and higher can add new filters on Table display cells in published Apps.
Table display cells are a fast and easy way to visualize, filter, and format tabular data without writing any code. Simply choose a dataframe and use the Table display settings to apply any filters, change the data format of any column, hide any column, wrap text, and more.
Add a Table display cell
From the Add cells menu in your Notebook view, select Table.

Use the Data source dropdown at the top of the Table display cell to select the dataframe to display.

Format your Table display cell
All of the filter and formatting features available in Table display cells are also available in the Display mode for a SQL cell.
Table view formatting
From the View menu in the bottom right of your Table display cell you can see different options for configuring the view of your table.

- Rows per page: Specify the number of rows to display per page.
- Show row number: Choose whether to show or hide the row number.
- Show datatype icons: Choose whether to display an icon in the column header indicating each column's datatype.
In Table Display cells, only the rows of the current page are loaded into memory. Consider this when deciding how many rows per page to display, as changing the page requires the cell to rerun in order to select new rows for viewing.
Column formatting
Click the header of a column to can see different options for formatting the values in the column. Column formatting is handy for quickly reformatting a number as a percent, currency, or scientific notation, and adjusting the number of decimals.
Changes made to formatting and column names are not persisted to the underlying dataframe, so will not be passed through to any downstream references of the dataframe.

- Rename: Change the column display name.
- Sort ascending and sort descending: Order rows by column values.
- Filter: Shortcut to create a new Table display cell filter.
- Format: Change the format of the column values. Available formats include:
- String columns
- Automatic
- Plain text
- URL
- Numeric columns
- Plain text
- Number
- Percent
- Currency
- Long currency
- Financial
- Decimal settings
- Date / time columns
- Plain text
- Date
- Long date
- Time
- Date & time
- String columns
- Hide column: Hide the column from the table display.
- Wrap text: Enable or disable text wrapping for a column.
Bulk editing
You can also bulk edit columns from the Columns menu in the bottom right of a table. In the Edit tab, search or filter, then multi-select columns to format, wrap, and hide columns in bulk.

Hyperlink formatting
Markdown-style links like [text](url) in a column will automatically display as a hyperlink. This is applied as the Automatic format in the column's settings. It is possible to swap between format types in the column settings.
