startLoading()

in public/js/components/feature_table.js [73:77]


  startLoading() {
    this.setState({
      loading: true
    });
  }