|
|
@@ -85,7 +85,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th scope="col">Anno</th>
|
|
|
- <th scope="col">Numero</th>
|
|
|
+ <th scope="col">N°</th>
|
|
|
<th scope="col">Cognome</th>
|
|
|
<th scope="col">Nome</th>
|
|
|
<th scope="col">Stato</th>
|
|
|
@@ -345,10 +345,10 @@ $(document).ready(function () {
|
|
|
},
|
|
|
columns: [
|
|
|
{
|
|
|
- data: 'year'
|
|
|
+ data: 'year', className: "numericCol"
|
|
|
},
|
|
|
{
|
|
|
- data: 'number'
|
|
|
+ data: 'number', className: "numericCol"
|
|
|
},
|
|
|
{
|
|
|
data: 'last_name'
|
|
|
@@ -365,7 +365,7 @@ $(document).ready(function () {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- data: 'date'
|
|
|
+ data: 'date', className: "numericCol"
|
|
|
},
|
|
|
{
|
|
|
data: 'totals'
|