* common: optimize dtable layout without auto size col.

This commit is contained in:
sunhao
2023-10-13 09:59:33 +08:00
parent 22552c2c2d
commit 07e1d35f94
2 changed files with 10 additions and 13 deletions
-1
View File
@@ -115,7 +115,6 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN());
<script>
cols = JSON.parse(cols);
data = JSON.parse(data);
if(convertCols != undefined) cols = convertCols(cols);
const options =
{
striped: true,