React Table Libraries: MUI Data Grid, Material-Table and React-Table

I use MUI as React UI library. Recently I need to create a table on a webpage, if the table is very simple I can use the table component in MUI directly. However, I need a table with collapse/grouping, filtering and also search functions. So I searched the table libraries, and I found their names quite confusing. I ended up using React-Table for its popularity and…