File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -917,11 +917,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
917917 <th scope="col">...</th>
918918 </tr>
919919 </thead>
920- <tfoot>
921- <tr>
922- <td colspan="3">...</td>
923- </tr>
924- </tfoot>
925920 <tbody>
926921 <tr>
927922 <th scope="row">...</th>
@@ -939,6 +934,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
939934 <td>...</td>
940935 </tr>
941936 </tbody>
937+ <tfoot>
938+ <tr>
939+ <td colspan="3">...</td>
940+ </tr>
941+ </tfoot>
942942 </table>
943943</div></ code > </ pre >
944944 < p > < strong > Example:</ strong > </ p >
@@ -951,11 +951,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
951951 < th scope ="col "> Government</ th >
952952 </ tr >
953953 </ thead >
954- < tfoot >
955- < tr >
956- < td colspan ="3 "> This is the tfoot (optional)</ td >
957- </ tr >
958- </ tfoot >
959954 < tbody >
960955 < tr >
961956 < th scope ="row "> Diso</ th >
@@ -983,6 +978,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
983978 < td > Corporate State</ td >
984979 </ tr >
985980 </ tbody >
981+ < tfoot >
982+ < tr >
983+ < td colspan ="3 "> This is the tfoot (optional)</ td >
984+ </ tr >
985+ </ tfoot >
986986 </ table >
987987 </ div > <!-- /txp-listtables -->
988988 < p > < strong > Notes:</ strong > </ p >
Original file line number Diff line number Diff line change @@ -917,11 +917,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
917917 <th scope="col">...</th>
918918 </tr>
919919 </thead>
920- <tfoot>
921- <tr>
922- <td colspan="3">...</td>
923- </tr>
924- </tfoot>
925920 <tbody>
926921 <tr>
927922 <th scope="row">...</th>
@@ -939,6 +934,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
939934 <td>...</td>
940935 </tr>
941936 </tbody>
937+ <tfoot>
938+ <tr>
939+ <td colspan="3">...</td>
940+ </tr>
941+ </tfoot>
942942 </table>
943943</div></ code > </ pre >
944944 < p > < strong > Example:</ strong > </ p >
@@ -951,11 +951,6 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
951951 < th scope ="col "> Government</ th >
952952 </ tr >
953953 </ thead >
954- < tfoot >
955- < tr >
956- < td colspan ="3 "> This is the tfoot (optional)</ td >
957- </ tr >
958- </ tfoot >
959954 < tbody >
960955 < tr >
961956 < th scope ="row "> Diso</ th >
@@ -983,6 +978,11 @@ <h1 class="design-patterns--heading">List tables <span class="warning">changed v
983978 < td > Corporate State</ td >
984979 </ tr >
985980 </ tbody >
981+ < tfoot >
982+ < tr >
983+ < td colspan ="3 "> This is the tfoot (optional)</ td >
984+ </ tr >
985+ </ tfoot >
986986 </ table >
987987 </ div > <!-- /txp-listtables -->
988988 < p > < strong > Notes:</ strong > </ p >
You can’t perform that action at this time.
0 commit comments