|
9 | 9 | <div class="col-md-12"> |
10 | 10 | <table id="test-registers" class="table"> |
11 | 11 | <thead> |
12 | | - <tr> |
13 | | - <th> |
14 | | - @Html.DisplayNameFor(model => model.Id) |
15 | | - </th> |
16 | | - <th> |
17 | | - @Html.DisplayNameFor(model => model.Name) |
18 | | - </th> |
19 | | - <th> |
20 | | - @Html.DisplayNameFor(model => model.FirstSurname) |
21 | | - </th> |
22 | | - <th> |
23 | | - @Html.DisplayNameFor(model => model.SecondSurname) |
24 | | - </th> |
25 | | - <th> |
26 | | - @Html.DisplayNameFor(model => model.Street) |
27 | | - </th> |
28 | | - <th> |
29 | | - @Html.DisplayNameFor(model => model.Phone) |
30 | | - </th> |
31 | | - <th> |
32 | | - @Html.DisplayNameFor(model => model.ZipCode) |
33 | | - </th> |
34 | | - <th> |
35 | | - @Html.DisplayNameFor(model => model.Country) |
36 | | - </th> |
37 | | - <th> |
38 | | - @Html.DisplayNameFor(model => model.Notes) |
39 | | - </th> |
40 | | - <th> |
41 | | - @Html.DisplayNameFor(model => model.CreationDate) |
42 | | - </th> |
43 | | - <th></th> |
44 | | - </tr> |
45 | | - @*<tr> |
46 | | - <th></th> |
47 | | - <th></th> |
48 | | - <th></th> |
49 | | - <th></th> |
50 | | - <th></th> |
51 | | - <th></th> |
52 | | - <th></th> |
53 | | - <th></th> |
54 | | - <th></th> |
55 | | - <th></th> |
56 | | - <th></th> |
57 | | - </tr>*@ |
| 12 | + <tr> |
| 13 | + <th> |
| 14 | + @Html.DisplayNameFor(model => model.Id) |
| 15 | + </th> |
| 16 | + <th> |
| 17 | + @Html.DisplayNameFor(model => model.Name) |
| 18 | + </th> |
| 19 | + <th> |
| 20 | + @Html.DisplayNameFor(model => model.FirstSurname) |
| 21 | + </th> |
| 22 | + <th> |
| 23 | + @Html.DisplayNameFor(model => model.SecondSurname) |
| 24 | + </th> |
| 25 | + <th> |
| 26 | + @Html.DisplayNameFor(model => model.Street) |
| 27 | + </th> |
| 28 | + <th> |
| 29 | + @Html.DisplayNameFor(model => model.Phone) |
| 30 | + </th> |
| 31 | + <th> |
| 32 | + @Html.DisplayNameFor(model => model.ZipCode) |
| 33 | + </th> |
| 34 | + <th> |
| 35 | + @Html.DisplayNameFor(model => model.Country) |
| 36 | + </th> |
| 37 | + <th> |
| 38 | + @Html.DisplayNameFor(model => model.Notes) |
| 39 | + </th> |
| 40 | + <th> |
| 41 | + @Html.DisplayNameFor(model => model.CreationDate) |
| 42 | + </th> |
| 43 | + <th></th> |
| 44 | + </tr> |
58 | 45 | </thead> |
59 | 46 | </table> |
60 | 47 | </div> |
|
68 | 55 | <script src="~/lib/momentjs/moment.min.js" asp-append-version="true"></script> |
69 | 56 | <script src="~/lib/datatables/js/jquery.dataTables.min.js" asp-append-version="true"></script> |
70 | 57 | <script src="~/lib/datetime-moment/datetime-moment.js" asp-append-version="true"></script> |
| 58 | + <script src="~/lib/datatables/js/dataTables.bootstrap4.js" asp-append-version="true"></script> |
71 | 59 |
|
72 | 60 | <script src="~/js/app.js" asp-append-version="true"></script> |
73 | 61 | } |
0 commit comments