UNPKG

@spalger/kibana

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

18 lines (16 loc) 534 B
<paginated-table ng-if="rows.length" rows="rows" columns="formattedColumns" per-page="perPage"> <div class="agg-table-controls"> <small>Export:</small>&nbsp;&nbsp; <a class="small" ng-click="aggTable.exportAsCsv(false)"> Raw <i aria-hidden="true" class="fa fa-download"></i> </a>&nbsp;&nbsp;&nbsp; <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>