From 7adc4452efcc20e55500bc466441f64fd980eaa9 Mon Sep 17 00:00:00 2001 From: Amal Francis Date: Wed, 4 Jan 2017 10:58:50 +0530 Subject: [PATCH] update docs and new version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbcce84..00cde42 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Or download/clone the repo. ## Usage Just apply `fluid-table` css class to your table element. Your table columns will be converted to rows in smaller displays(< 768px). +To each td element add `data-label` attribute whose value should be the column's heading. ## Development diff --git a/package.json b/package.json index c33419b..7543115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluid-table", - "version": "0.0.1", + "version": "0.0.2", "description": "A tiny library to create responsive HTML tables", "main": "fluid-table.css", "scripts": {