DataTables Text Align Center 1 atau lebih kolom

columnDefs: [
    { className: 'text-right', targets: [7, 10, 11, 14, 16] },
    { className: 'text-center', targets: [5] },
  ], 
Amin Arjmand