I would like to display data dynamically in 2 columns with UI Fabric React. For example I want to have 2 columns one for teachers and one for students, and each time I want to add an entry to one of these columns dynamically with code. These 2 columns should be aligned next to each other. How do we do this with Office UI Fabric? Knowing that the number of teachers and students might differ
Example Below:
Teachers Students
Teacher1 Student1
Teacher2 Student2
Teacher3