glideapps / glideapps/glide-data-grid

JSON cell

Open
#842 1 comment 0 reactions 0 assignees View on GitHub
package:cells type:enhancement
Dominant language
TypeScript
Stars
5.3k
Forks
428
PR merge metrics
No merged PRs in 30d

Description

Add a cell optimized for JSON values to the `cells` package. This could use the [`react-json-view`](https://github.com/microlinkhq/react-json-view) library to show and edit the JSON (object) values.

Propsed API:

```typescript
interface JsonCellProps {
readonly kind: "json-cell";
readonly data: string | Object | undefined | null;
readonly displayData?: string;
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.