CheckStatus + UI fejlesztése
This commit is contained in:
@@ -51,13 +51,7 @@
|
||||
sortable: false,
|
||||
className: "text-center",
|
||||
render: function ( data, type, row ) {
|
||||
if (data === true) {
|
||||
return '<input type="checkbox" class="form-check-input no-click" checked>';
|
||||
}
|
||||
if (data === false) {
|
||||
return '<input type="checkbox" class="form-check-input no-click">';
|
||||
}
|
||||
return data;
|
||||
return renderCheckBox(data);
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user