React Table Part 2: Sorting and Filtering
React Table is a popular library that simplifies the process of creating complex tables in React applications. In a previous blog post, we covered the basics of React Table and created a simple table. In the previous post (Part 1), we defined "column.js", "MOCK_DATA.json", "table.css" and the BasicTable. Therefore, we will not repeat the same but instead will continue form there. if it gets confusing, kindly let us know it the comment below so that we may help. In this post, we will explore some more advanced features of React Table, such as sorting and filtering.