mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
5 lines
233 B
HTML
5 lines
233 B
HTML
<td ng-class="'content-align-' + column.alignContent">
|
|
<div ng-if="column.allowHTML" ng-bind-html="sanitize(column.formatFunction(value))"></div>
|
|
<div ng-if="!column.allowHTML" ng-bind="column.formatFunction(value)"></div>
|
|
</td>
|