Generic Table component with React and Typescript
Display any kind of data using the same table component while enjoying the benefits of typescript features.
A very common use case is to be able to list multiple types of data using tables. This happens quite frequently in dashboards for instance.
For example, an e-commerce dashboard might want to display a table to list the items they have in their…