Container for a table header.
This element is not supported except in the context of the widget:table element.
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2"
xmlns:widget="http://www.volantis.com/xmlns/2006/05/widget">
<head>
<title>thead</title>
</head>
<body>
<widget:table>
<thead>
<tr>
<th>Code</th>
<th>Country name</th>
</tr>
</thead>
<widget:tbody id="tbody" style="mcs-table-rows-per-page:10; color: #fff;">
<widget:load src="http://localhost:8080/mcs/projects/client-app/service/table" when="onload"/>
<tr style="background-color:#fff">
<td>--</td>
<td>Loading, please wait...</td>
</tr>
</widget:tbody>
</widget:table>
<div>
<widget:button action="tbody#first-page"><<<</widget:button>
<widget:button action="tbody#previous-page"><<</widget:button>
<widget:button action="tbody#previous-row"><</widget:button> From <widget:display
property="tbody#start-row-number"/> to <widget:display property="tbody#end-row-number"/> of
<widget:display property="tbody#rows-count"/>
<widget:button action="tbody#next-row">></widget:button>
<widget:button action="tbody#next-page">>></widget:button>
<widget:button action="tbody#last-page">>>></widget:button>
</div>
</body>
</html>