I have a script written by someone else many years back in typescript which has a React-Table. But the code needs to be changed where the user can select a page from the table.
From looking at the code, I need to use a useCallBack but I am not sure how I can link this into gotoPage passing the page which the user will select from a drop down list.
I have tried searching for an example but I can't find one. Can anyone give me an example to get started with?