Guest User

Untitled

a guest
Nov 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. deleteQA(rowID) {
  2. this.state.rows.splice(rowID, 1)
  3. this.setState({
  4. dataSource: ds.cloneWithRows( this.state.rows )
  5. })
  6. }
Add Comment
Please, Sign In to add comment