Skip to content

Commit

Permalink
update docs and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Jan 4, 2017
1 parent 6619e53 commit 7adc445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7adc445

Please sign in to comment.