如何居中对齐数据表 s空表文本



默认情况下,我的数据表空表文本左对齐。如何居中对齐此文本?

       "oLanguage": {"sEmptyTable": "There are no related records"}

只需更改class dataTables_empty。

.dataTables_empty{
   text-align: center;
}

最新更新