Guest User

Untitled

a guest
Dec 6th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. const columns = [{
  2. {title: 'Status', dataIndex: 'account_status', key:'status', width: 200,},
  3. {title: 'Approve', dataIndex: '', key:'approve', render: () => <a href="#" onClick={this.callApproveStudent}>Approve</a>,},
  4. {title: 'Reject/Ban', dataIndex: '', key:'reject', render: () => <a href="#" onClick={this.callRejectStudent}>Reject/Ban</a>,}
  5. ];
Add Comment
Please, Sign In to add comment