mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
5 lines
199 B
HTML
5 lines
199 B
HTML
<td ng-class="'content-align-' + column.alignContent + ' display-as-' + column.displayAs">
|
|
<div ng-if="allowHTML" ng-bind-html="value"></div>
|
|
<div ng-if="!allowHTML" ng-bind="value"></div>
|
|
</td>
|