{{ column | toProper }}
{{ displayHeaders[c] !== "" ? displayHeaders[c] : column | toProper }}
![]() ![]() |
|||
---|---|---|---|
{{ isObject(item[column]) ? item[column].display : item[column] }}
{{ isObject(item[column]) ? item[column].display : item[column] | toDate }}
{{ isObject(item[column]) ? item[column].display : item[column] | toCurrency }}
{{ isObject(item[column]) ? item[column].display : item[column] }}
|