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