mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Workaround for dtable-error
This commit is contained in:
@@ -68,9 +68,15 @@ function loadActivationsTable(rows, show_workable_only) {
|
||||
$.fn.dataTable.moment(custom_date_format);
|
||||
$(this).DataTable({
|
||||
"pageLength": 25,
|
||||
"columnDefs": [{
|
||||
"targets": [8, 9, 10], "orderable": false
|
||||
}],
|
||||
"columnDefs": [
|
||||
{
|
||||
"defaultContent": "-",
|
||||
"targets": "_all"
|
||||
},{
|
||||
"targets": [8, 9, 10],
|
||||
"orderable": false
|
||||
}
|
||||
],
|
||||
searching: true,
|
||||
responsive: false,
|
||||
ordering: true,
|
||||
|
||||
Reference in New Issue
Block a user