fix: table template
This commit is contained in:
parent
0ddea07f39
commit
28945948e9
|
@ -205,7 +205,7 @@ class Template implements TemplateInterface {
|
|||
overflow !== false ? TABLE_OVERFLOW_CLASS_NAME : ''
|
||||
}"><div class="${VIEWPORT_READER}"${
|
||||
noBorder === true ? " data-table-no-border='true'" : ''
|
||||
}>${transformCustomTags(html)}</div></div>`;
|
||||
}>${transformCustomTags(html || '')}</div></div>`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue