Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / third_party / mdl / repo / src / data-table / snippets / data-table.html
1 <table class="mdl-data-table mdl-js-data-table mdl-data-table--selectable mdl-shadow--2dp">
2   <thead>
3     <tr>
4       <th class="mdl-data-table__cell--non-numeric">Material</th>
5       <th>Quantity</th>
6       <th>Unit price</th>
7     </tr>
8   </thead>
9   <tbody>
10     <tr>
11       <td class="mdl-data-table__cell--non-numeric">Acrylic (Transparent)</td>
12       <td>25</td>
13       <td>$2.90</td>
14     </tr>
15     <tr>
16       <td class="mdl-data-table__cell--non-numeric">Plywood (Birch)</td>
17       <td>50</td>
18       <td>$1.25</td>
19     </tr>
20     <tr>
21       <td class="mdl-data-table__cell--non-numeric">Laminate (Gold on Blue)</td>
22       <td>10</td>
23       <td>$2.35</td>
24     </tr>
25   </tbody>
26 </table>