'react-table using MUI components

I'm looking for an example of react-table that use MUI Table.

There is an old example of react-table with Material-UI.

since September 2021 , Material-UI is now MUI. so i need to use the new components, like Table , TableBody , TableHead from @mui/material and not @material-ui/core.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source