DataTables Text Выравнивание центра 1 или более столбца

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