An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Table On Steroids

> Adds CSV import to the "table" fieldtype

## Features

![demo](https://github.com/goellner/statamic-3-table-on-steroids/blob/main/github/demo-table-on-steroids.gif?raw=true)

## 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
```