pull/1139/head
Louis Vézina 4 years ago
parent 543b430862
commit 1d0d6821eb

@ -14,6 +14,10 @@
.table tbody tr {
cursor: pointer;
}
td.dt-nowrap {
white-space: nowrap;
}
</style>
{% endblock page_head %}
@ -160,6 +164,10 @@
"visible": false,
"searchable": true
},
{
"targets": [ 3 ],
"className": "dt-nowrap"
},
{
"targets": [ 4 ],
"visible": false,

Loading…
Cancel
Save