|
49 | 49 | <th class="kuiTableHeaderCell kuiTableHeaderCell--checkBox"> |
50 | 50 | <input type="checkbox" class="kuiCheckBox"> |
51 | 51 | </th> |
| 52 | + <th class="kuiTableHeaderCell kuiTableHeaderCell--icon"> |
| 53 | + </th> |
52 | 54 | <th class="kuiTableHeaderCell"> |
53 | 55 | Title |
54 | 56 | </th> |
|
69 | 71 | <td class="kuiTableRowCell kuiTableRowCell--checkBox"> |
70 | 72 | <input type="checkbox" class="kuiCheckBox"> |
71 | 73 | </td> |
| 74 | + <th class="kuiTableRowCell kuiTableRowCell--icon"> |
| 75 | + <div class="kuiIcon kuiIcon--basic fa-coffee"></div> |
| 76 | + </th> |
72 | 77 | <td class="kuiTableRowCell"> |
73 | 78 | <a class="kuiLink" href="#">Alligator</a> |
74 | 79 | </td> |
|
91 | 96 | <td class="kuiTableRowCell kuiTableRowCell--checkBox"> |
92 | 97 | <input type="checkbox" class="kuiCheckBox"> |
93 | 98 | </td> |
| 99 | + <th class="kuiTableRowCell kuiTableRowCell--icon"> |
| 100 | + <div class="kuiIcon kuiIcon--basic fa-bomb"></div> |
| 101 | + </th> |
94 | 102 | <td class="kuiTableRowCell"> |
95 | 103 | <a class="kuiLink" href="#">Boomerang</a> |
96 | 104 | </td> |
|
113 | 121 | <td class="kuiTableRowCell kuiTableRowCell--checkBox"> |
114 | 122 | <input type="checkbox" class="kuiCheckBox"> |
115 | 123 | </td> |
| 124 | + <th class="kuiTableRowCell kuiTableRowCell--icon"> |
| 125 | + <div class="kuiIcon kuiIcon--basic fa-trophy"></div> |
| 126 | + </th> |
116 | 127 | <td class="kuiTableRowCell"> |
117 | 128 | <a class="kuiLink" href="#">Celebration</a> |
118 | 129 | </td> |
|
135 | 146 | <td class="kuiTableRowCell kuiTableRowCell--checkBox"> |
136 | 147 | <input type="checkbox" class="kuiCheckBox"> |
137 | 148 | </td> |
| 149 | + <th class="kuiTableRowCell kuiTableRowCell--icon"> |
| 150 | + <div class="kuiIcon kuiIcon--basic fa-child"></div> |
| 151 | + </th> |
138 | 152 | <td class="kuiTableRowCell"> |
139 | 153 | <a class="kuiLink" href="#">Dog</a> |
140 | 154 | </td> |
|
0 commit comments