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:
7979 * table: wt-responsive-table
8080 * td: responsive-omit-title: title should be ommited
8181 * 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
8382 * td: data-title: use to override the header for a given row/cell
8483
8584## Installation
@@ -110,15 +109,6 @@ It's possible to override a header with a `data-title` attribute:
110109 <td data-title="column 2">jerry</td>
111110 </tr>
112111
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-
122112### Changes to header text doesn't reflect in responsive mode
123113
124114This 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