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 5238035 commit 2c52de3Copy full SHA for 2c52de3
README.md
@@ -29,6 +29,7 @@ All this work is based on the following assumptions:
29
30
* Angular native implementation compatible with 1.3.4+;
31
* Keep things DRY;
32
+* Supports static and dynamic (ng-repeat) rows;
33
* Easy to apply any style on top of it;
34
* Works with any base CSS framework;
35
* Should integrate seamlessly with any table component you might choose to use.
@@ -73,7 +74,9 @@ All this work is based on the following assumptions:
73
74
75
#### wt-responsive-table
76
- * wt-responsive-tables
77
+ * table: wt-responsive-table
78
+ * td: responsive-omit-title: title should be ommited
79
+ * td: responsive-omit-if-empty: no row for empty cells
80
81
## Installation
82
0 commit comments