File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ All this work is based on the following assumptions:
79
79
* td: responsive-omit-title: title should be ommited
80
80
* td: responsive-omit-if-empty: no row for empty cells
81
81
* td: responsive-dynamic: add it when there's an ` ng-if ` directive applied to the element
82
+ * td: data-title: use to override the header for a given row/cell
82
83
83
84
## Installation
84
85
@@ -99,6 +100,16 @@ All this work is based on the following assumptions:
99
100
100
101
## Special cases
101
102
103
+ ### Header doesn't appear for a row / need to override header
104
+
105
+ It's possible to override a header with a ` data-title ` attribute:
106
+
107
+ <tr>
108
+ <td data-title="column 1">tom</td>
109
+ <td data-title="column 2">jerry</td>
110
+ </tr>
111
+
112
+
102
113
### Column can be shown/hidden with ng-if
103
114
104
115
Also, more than one ` td ` exist for a single ` th ` ...to deal with this add a ` responsive-dynamic ` attribute:
You can’t perform that action at this time.
0 commit comments