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

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

Loading…
Cancel
Save