# Intro

<figure><img src="https://3704152374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FR2ujwbobyWgp6ePwLRdC%2Fuploads%2FSq1oGGwGEDkmXu5KKEIF%2FScreen%20Shot%202022-10-01%20at%203.00.18%20PM.png?alt=media&#x26;token=0f946227-fe13-4a90-90ca-b4c9c8c2cc4c" alt=""><figcaption></figcaption></figure>

Json table is a customizable spreadsheet that allows you to display and edit data using json code. This means you have the flexibility to display data from almost anywhere. Don't know much about JSON? Don't worry! I've created a step-by-step video showing how to set up your plugin.

My original use was to have users type in a list of details, then bulk-create new data in bubble – However this plugin was built around flexibility and customization, so the possibilities are endless.

You aren't limited to just text boxes. Choose between text, checkbox, dropdown, autocomplete field, number-only, radio, calendar, image, and color picker.

### Features:&#x20;

* Import your own Json data to display in the table&#x20;
* Export data as Json&#x20;
* Custom cell types&#x20;
* Custom colors / style&#x20;
* Download spreadsheet as CSV&#x20;
* Choose between editable or non-editable table&#x20;
* Make certain columns read-only&#x20;
* Table searching&#x20;
* Lazy loading (for large amounts of data)&#x20;
* Copy / paste from other spreadsheets


---

# 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://devopanda.gitbook.io/json-table-spreadsheet-like-excel/intro.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.
