Access filtered data in ReactTable Access filtered data in ReactTable reactjs reactjs

Access filtered data in ReactTable


I have just found the answer by referencing this article

get refer of table like following:

<ReactTable  ref={(r) => {    this.selectTable = r;  }}  .../>