We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6619e53 commit 7adc445Copy full SHA for 7adc445
README.md
@@ -22,6 +22,7 @@ Or download/clone the repo.
22
23
## Usage
24
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.
26
27
## Development
28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fluid-table",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A tiny library to create responsive HTML tables",
5
"main": "fluid-table.css",
6
"scripts": {
0 commit comments