Skip to content

Instantly share code, notes, and snippets.

<table class="table table-hover">
<thead>
<tr>
<th ng-repeat="header in ctrl.ListModel.selectedColumns track by $index" ng-if="header.visibleInResultTable">
<span ng-if="!header.via">
{{header.objectName|translate}}.{{header.attributeName|translate}}
</span>
<span ng-if="header.via">
{{header.objectName|translate}}.{{header.attributeName|translate}}
<small>
(function(){
'use strict';
var CUSTOMTABLE = React.createClass({displayName: 'CUSTOMTABLE',
render: function() {
var tableBodyData = this.props.scope.tableBodyData,
tableHeaderData = this.props.scope.tableHeaderData,
rows = [],
headerFields = [],