Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 880 Bytes

File metadata and controls

14 lines (13 loc) · 880 Bytes

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