📜  服务器端数据表文本中心 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:51.487000             🧑  作者: Mango

代码示例1
'columnDefs': [
  {
      "targets": 0, // your case first column
      "className": "text-center",
      "width": "4%"
 },
 {
      "targets": 2,
      "className": "text-right",
 }],