Skip to main content
When view is use inside a data editor table, cells can be configured with various editor options to determine how their content can be edited. Below is a detailed breakdown of the available editor types and their configurations.

Text Widget

The Text widget offers multiple editor types for handling textual input:
type
input
A simple text input field.
type
number
A simple number input field.
type
select
A dropdown input allowing users to choose one value from a predefined list.
type
comment
A multi-line text field designed for entering long text content. For comments, notes, or other extended text input.

File Compact

The File Compact widget allows you to manage file uploads directly from a table cell using the uploadFile editor.
type
uploadFile
Opens the file explorer to upload a file. Only one file can be uploaded per cell.

CommentFeed

The CommentFeed widget allows users to add, edit, and remove comments within a table cell.
type
comment
A rich text editor for managing comments.