Question: I want to create a generic Table component. This way, the idea is that I can easily create Table like: Example 1: Example 2: Now from a typescript point of view, I have a problem to pass the DataType ...
Question: I want to create a generic Table component. This way, the idea is that I can easily create Table like: Example 1: Example 2: Now from a typescript point of view, I have a problem to pass the DataType ...