_getRows()

in public/js/components/feature_table.js [60:63]


  _getRows() {
    const passes = this.getFilteredFeatures(this.state.currentFilter);
    return passes.map((feature) => feature.properties);
  }