%
var attributes = '';
if (timefield) {
attributes='class="discover-table-timefield" width="1%"';
} else if (sourcefield) {
attributes='class="discover-table-sourcefield"';
} else {
attributes='class="discover-table-datafield"';
}
%>
ng-class="{ selectedEntityCell: <%= hasSelectedEntity %>, disabled: <%= isSelectedEntityDisabled %> }"
>
ng-class="{ 'cell-click': clickHandlers['<%- column %>'] }" ng-click="clickHandlers['<%- column %>']($event)"
<% }
if (customColumnWordWrap) {
%>
class="no-wrap"
<% } %>
>
<%= formatted %>
<% if (filterable) { %>
<% } %>
|