Skip to content

vishal-nath-chauhan/React-table-v7-blog-series-Part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleashing the power of React table Part 2

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