@namespace AntDesign
@inherits ColumnBase
@if (IsPlaceholder)
{
|
}
else if (IsColGroup)
{
if (Width > 0)
{
}
}
else if (IsHeader && HeaderColSpan != 0)
{
@if (Type == "checkbox")
{
}
|
}
else if (!IsHeader && RowSpan != 0 && ColSpan != 0)
{
@if (Type == "checkbox")
{
}
else if (Type == "radio")
{
}
|
}