{{range $col := .Columns}} {{if $col.ShowInList}} {{end}} {{end}} {{range $row := .Data}} {{range $col := $.Columns}} {{if $col.ShowInList}} {{end}} {{end}} {{end}}
{{$col.Alias}}操作
{{if eq $col.RenderType "text"}} {{truncate (index $row $col.Name) 50}} {{else}} {{index $row $col.Name}} {{end}}
{{if eq (len .Data) 0}}
暂无数据
{{if .Search}} 没有找到与"{{.Search}}"相关的记录 {{else}} 当前表格暂无数据 {{end}}
{{end}}
{{if gt .Pages 1}} {{end}}