"","name"=>$field,"type"=>"");
}
$columnname=$tablefields[$field]['column']??"";
$width=$tablefields[$field]['width']??"";
$width=empty($width)?"":"width:$width"."px;";
$height=$tablefields[$field]['height']??"";
$height=empty($height)?"":"height:$height"."px;";
$name=$tablefields[$field]['name']??"";
$type=$tablefields[$field]['type']??"";
if(empty($type))$type="text";
if($type=="text"){
?>
{if !empty($columnsarr)}
{volist name="columnsarr" id="columnsname" key="columnsk"}
{/volist}
{/if}