I want to get the filtered data of react-table I found some answers Can't access resolved data in react-table, Access filtered data in ReactTable and Error accessing filtered data in React Table.
but they all are using <ReactTable ... > or <ReactTableComponent ...> and with addressing the ref of the table they got data as tableRef.getResolvedState().sortedData.
my table looks like this and I have no <ReactTable ...>.
tableRef returns the <table class="table table-striped" role="table"> ....tableRef.current return undefinedtabelRef.getResolvedState() returns undefined