<div style="overflow-x:auto!important;"> <table style="width:90%;" > <tr style="font-size:1.5em;"><td>Value</td><td>Time</td></tr> @foreach (var itemModel in item) { <tr style="font-size:1em;"> <td>@itemModel.Value</td> <td>@itemModel.Timestamp</td> </tr> } </table> </div>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)