# Inline Editor

You can use the inline editor feature to edit records directly from the list view. **By clicking on individual record values displayed in the list, you can instantly modify and save them—eliminating the need to navigate to the detail page.** This feature greatly enhances the productivity of repetitive data editing tasks and streamlines list-based workflows.

{% hint style="warning" %}
To use the inline editor feature, you must enable the Inline Editor option in the data table settings menu.
{% endhint %}

***

### :small\_orange\_diamond: How to Use

<figure><img src="/files/8Hwsj5OS7Pl9EDP6kywR" alt=""><figcaption><p>Inline Editor</p></figcaption></figure>

* Double-click the cell you want to edit, or click the cell's edit icon.\
  (Editing is only possible if you have the appropriate permission for the field.)
* After changing the value, press the Enter key or click outside the cell to save the changes.
* For picklist-type fields, available options are controlled based on the record type.\
  (Changing the record type does not alter the values that have already been saved.)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smallbuilder.com/smallbuilder-lists/builder-setup-steps/datatable-setup/inline-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
