https://github.com/glideapps/glide-computed-column
Simple Glide computed column
https://github.com/glideapps/glide-computed-column
Last synced: 5 months ago
JSON representation
Simple Glide computed column
- Host: GitHub
- URL: https://github.com/glideapps/glide-computed-column
- Owner: glideapps
- Created: 2021-08-29T02:26:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T20:26:33.000Z (over 4 years ago)
- Last Synced: 2025-07-19T09:31:22.832Z (11 months ago)
- Language: TypeScript
- Homepage: https://glideapps.github.io/glide-computed-column/
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glide Computed Column
This is an [Experimental Code Column](https://docs.glideapps.com/all/reference/data-editor/computed-columns/experimental-code-column) for Glide that echoes what you pass to it.
## Details
- It's written in TypeScript.
- It's deployed on GitHub Pages.
- It's unit-testable.
## Development
```
$ npm install
$ npm run build
$ npm test
```
Edit the main file `src/column.ts`.
## Deployment
Commits to `master` compile and deploy the column on the `gh-pages` branch, so be sure to enabled GitHub Pages for that branch in your repo settings to host your column on GitHub.