Skip to content

valiot/administrate-field-json-to-table

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jul 21, 2020
Jul 21, 2020
Jul 21, 2020
Jul 21, 2020
Jul 21, 2020
Jul 21, 2020
Dec 14, 2022
Jun 30, 2019
Jul 21, 2020
Jul 21, 2020
Sep 16, 2020

Repository files navigation

Administrate::Field::Jsontable

A plugin to display the values of a JSON into a table. If the JSON has no data of a field it will display a "-". This gem only displays 1 or 2 rows.

JsonTable

This repository is a field plugin for Administrate.

Installation

Add to your gemfile gem 'administrate-field-jsontable'

Contributing

Run bundle exec rake db:setup to set up example rails app on development environment Run bundle exec rspec to run tests Run bundle exec rubocop to linting tests