Skip to content

Commit

Permalink
Merge pull request #37 from DevProgress/fix-search-with-ajax
Browse files Browse the repository at this point in the history
Fix search with ajax
  • Loading branch information
alexyaseen authored Aug 10, 2016
2 parents d50cf59 + 8e1d400 commit d5dcc7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MainView.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default class MainView extends React.Component {

parseCSV(results) {
this.setState({
data: results.data,
filteredData: results.data
});
}
Expand Down

0 comments on commit d5dcc7b

Please sign in to comment.