Create a reusable React component for a dashboard
Generate a React functional component for a dashboard that displays a table of [DATA_TYPE] with sortable columns and pagination. Use Material-UI for styling and include TypeScript types. Replace [DATA_TYPE] with the specific data structure you're working with.
When building admin dashboards or data visualization tools.