@@ -31,7 +31,7 @@
}
</div>
-<table id="table-actions" class="datatable table">
+<table id="table-actions" class="datatable table" data-order="[[ 1, "asc" ]]">
<thead>
<tr>
<th>
@@ -55,7 +55,7 @@
</tr>
</thead>
<tbody>
- @foreach (College college in Model.Obj.Colleges)
+ @foreach (College college in Model.Obj.Colleges.OrderBy(c=>c.Libelle))
{
<td>