@@ -1,4 +1,5 @@
|
|||||||
<div class="l-view-section scrolling" style="overflow: auto;">
|
<div class="l-view-section scrolling" style="overflow: auto;">
|
||||||
|
<div ng-click="exportAsCSV()">Export</div>
|
||||||
<table class="sizing-table">
|
<table class="sizing-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ define(
|
|||||||
|
|
||||||
setDefaults($scope);
|
setDefaults($scope);
|
||||||
|
|
||||||
|
$scope.exportAsCSV = function () {
|
||||||
|
window.alert("Export!");
|
||||||
|
};
|
||||||
|
|
||||||
$scope.toggleSort = function (key) {
|
$scope.toggleSort = function (key) {
|
||||||
if (!$scope.enableSort) {
|
if (!$scope.enableSort) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user