[Table] Begin work on CSV export

#934
This commit is contained in:
Victor Woeltjen 2016-05-25 13:23:19 -07:00
parent 7c11f2db4f
commit b520d08818
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<div class="l-view-section scrolling" style="overflow: auto;">
<div ng-click="exportAsCSV()">Export</div>
<table class="sizing-table">
<tbody>
<tr>

View File

@ -46,6 +46,10 @@ define(
setDefaults($scope);
$scope.exportAsCSV = function () {
window.alert("Export!");
};
$scope.toggleSort = function (key) {
if (!$scope.enableSort) {
return;