[BS5] jquery datatables disable orderable checkboxes

This commit is contained in:
FreddleSpl0it
2022-06-08 12:03:54 +02:00
parent 351c803623
commit 09ae37410e
5 changed files with 166 additions and 90 deletions

View File

@@ -97,7 +97,10 @@ jQuery(function($){
},
{
title: '',
data: 'chkbox'
data: 'chkbox',
searchable: false,
orderable: false,
defaultContent: ''
},
{
title: 'ID',
@@ -146,7 +149,10 @@ jQuery(function($){
},
{
title: '',
data: 'chkbox'
data: 'chkbox',
searchable: false,
orderable: false,
defaultContent: ''
},
{
title: 'ID',