React table with ChakraUI

In this series we are going to explore react table a headless library independent of UI components.
We can integrate react table into any UI library. In this series we are exploring features of react table.
In this part of blog we had done following things.

  • Added Sorting functionality.
  • Implemented external sorting.
  • Added pagination to our table.
  • Added Go to page feature in pagination Final output of this blog

finalpart2

GitHub

https://github.com/vishal-nath-chauhan/React-table-v7-blog-series-Part-2