Skip to content

在Table的EditTemplate中使用Row,ColSpan不起作用 #3242

Answered by ArgoZhang
LostRoy asked this question in Q&A
Discussion options

You must be logged in to vote

@LostRoy 这种复杂的逻辑放到 EditTemplate 中本身就一些缺陷,建议单独封装成一个组件

<EditTemplate>
    <CustomComponent />
</EditTemplate>

Row 组件有一些小问题,并不完善,因为复杂的布局用这个并不能实现,建议使用 Bootstrap 的布局

https://getbootstrap.com/docs/5.3/layout/grid/

请帮忙点一下右上角 Star 并点击👇🏻 make as answer

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LostRoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question that needs to be answered
2 participants
Converted from issue

This discussion was converted from issue #3241 on April 08, 2024 09:08.