datagovuk / publish_data

Prototype for mocking pages on data.gov.uk
https://publish-data.cloudapps.digital/
MIT License
0 stars 1 forks source link

Simple CSV preview #75

Closed rossjones closed 8 years ago

rossjones commented 8 years ago

A simple pre-set CSV file that is embedded directly in the HTML. It can be included in another page (like a /datasets/preview/csv) by using

{% include "includes/csv_good.html" %}

There is also a includes/csv_bad.html which has two highlighted cells showing how errors might be highlighted.

Styling stolen from gov.uk

rossjones commented 8 years ago

This PR might be useful for @davidread when working on the dataset view.