This commit is contained in:
Louis Vézina 2020-10-05 17:44:25 -04:00
parent 543b430862
commit 1d0d6821eb
1 changed files with 8 additions and 0 deletions

View File

@ -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,