Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 dataTables 空表文本默认左对齐。如何居中对齐此文本?
"oLanguage": {"sEmptyTable": "There are no related records"}
只需更改classdataTables_empty。
class
.dataTables_empty{ text-align: center; }