Skip to content

Commit 7adc445

Browse files
committed
update docs and new version
1 parent 6619e53 commit 7adc445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Or download/clone the repo.
2222

2323
## Usage
2424
Just apply `fluid-table` css class to your table element. Your table columns will be converted to rows in smaller displays(< 768px).
25+
To each td element add `data-label` attribute whose value should be the column's heading.
2526

2627
## Development
2728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluid-table",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A tiny library to create responsive HTML tables",
55
"main": "fluid-table.css",
66
"scripts": {

0 commit comments

Comments
 (0)