* Code for dtable.

This commit is contained in:
Yagami
2023-02-09 15:08:41 +08:00
parent d47e5a06f7
commit d24ea88a1c
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -87,6 +87,7 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
const options = {
height: 'auto',
striped: true,
plugins: ['nested'],
cols: cols,
data: data,
};