https://github.com/goellner/statamic-3-table-on-steroids
Adds a CSV parser for the table fieldtype
https://github.com/goellner/statamic-3-table-on-steroids
statamic-3 statamic-addon
Last synced: about 1 month ago
JSON representation
Adds a CSV parser for the table fieldtype
- Host: GitHub
- URL: https://github.com/goellner/statamic-3-table-on-steroids
- Owner: goellner
- Created: 2021-02-10T19:38:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T17:58:31.000Z (almost 2 years ago)
- Last Synced: 2026-01-11T15:51:44.710Z (2 months ago)
- Topics: statamic-3, statamic-addon
- Language: Vue
- Homepage:
- Size: 971 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table On Steroids
> Adds CSV import to the "table" fieldtype
## Features

## Install
`composer require goellner/table-on-steroids`
## Usage
Instead of the default `table` you can use `table_on_steroids` as type.
```
table:
display: Tabelle
type: table_on_steroids
```