Skip to content

Panel控件的addContent方法不适用table布局 #626

@feibinyang

Description

@feibinyang

当页面中使用table布局时,如DOM结果如下,就无法使用Panel控件来动态添加内容,因为当tr那段代码被插入div中时,会自动转化为div了(插入div的代码),导致无法使用:

<table>
    <thead>
        <tr>
            <th>1</th>
            <th>2</th>
        </tr>
    </thead>
    <tbody data-ui-type="Panel">
    </tbody>
</table>

<!-- target: xxx -->
<tr>
    <td>1</td>
    <td>2</td>
</tr>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions