Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<h2>Malfunctions</h2>
<table id="customers" class="table table-bordered table-hover">
<thead>
    <tr>
        <th>ID</th>
        <th>Description</th>
        <th>Date Reported</th>
        <th>Customer</th>
        <th>Movie</th>
    </tr>
</thead>
<tbody>
    @foreach (var malfunction in Model)
    {
        <tr>
            <td>@malfunction.Id</td>
            <td>wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww</td>
            <td>@malfunction.DateReported</td>
            <td>@malfunction.Customer</td>
            <td>@malfunction.Movie</td>
        </tr>
    }
</tbody>
</table>
</body>
</html>
 
td {
  word-break: break-all;
  max-width: 200px;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers