React Table learning note

Learning and customized React Table using MUI

Posted by Jiali on November 15, 2022

React Table V7 is a powerful package to construct complex tables.

I made few examples to implement some features it provides, such as pagination, columnHiding table, sorting, accordion row, subComponent in each row. Check code