I’m trying to build a tool that allows users to select a bunch of products, and compares them next to each other. The products would be compared side by side in a table, but I need the columns of the table to dynamically change in width and allow the text to scroll so that the user can select anywhere from two to six products at a time.
Would the Data Grid component be good for this?
Any ideas. Please help!