kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
21 lines (19 loc) • 597 B
HTML
<paginated-table
ng-if="rows.length"
rows="rows"
columns="formattedColumns"
per-page="perPage"
sort="sort"
show-total="showTotal"
totalFunc="totalFunc">
<div class="agg-table-controls">
<small>Export:</small>
<a class="small" ng-click="aggTable.exportAsCsv(false)">
Raw <i aria-hidden="true" class="fa fa-download"></i>
</a>
<a class="small" ng-click="aggTable.exportAsCsv(true)">
Formatted <i aria-hidden="true" class="fa fa-download"></i>
</a>
<paginate-controls></paginate-controls>
</div>
</paginated-table>