File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ All this work is based on the following assumptions:
79
79
* table: wt-responsive-table
80
80
* td: responsive-omit-title: title should be ommited
81
81
* td: responsive-omit-if-empty: no row for empty cells
82
- * td: responsive-dynamic: add it when there's an ` ng-if ` directive applied to the element
83
82
* td: data-title: use to override the header for a given row/cell
84
83
85
84
## Installation
@@ -110,15 +109,6 @@ It's possible to override a header with a `data-title` attribute:
110
109
<td data-title="column 2">jerry</td>
111
110
</tr>
112
111
113
- ### Column can be shown/hidden with ng-if
114
-
115
- Also, more than one ` td ` exist for a single ` th ` ...to deal with this add a ` responsive-dynamic ` attribute:
116
-
117
- <tr>
118
- <td ng-if="condition" responsive-dynamic>tom</td>
119
- <td ng-if="!condition" responsive-dynamic>jerry</td>
120
- </tr>
121
-
122
112
### Changes to header text doesn't reflect in responsive mode
123
113
124
114
This is by design. To avoid expensive digest cycles only the content from the first digest cycle is used.
You can’t perform that action at this time.
0 commit comments