Guest User

Untitled

a guest
Aug 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. defaultSorted={[
  2. {
  3. id: "firstName",
  4. desc: true
  5. }
  6. ]}
  7.  
  8. this.state = {
  9. data: makeData().map(item => ({ ...item, full: item.age * 2 }))
  10. };
  11.  
  12. {
  13. Header: "full",
  14. id: "full",
  15. accessor: "full",
  16. }
Add Comment
Please, Sign In to add comment