My question is related mostly to a table.
I’m designing software with many tables. I have components with variants for each cell of the table and in this way, it’s easy to have the same cells in many tables but my question is different.
Once I created a table for example for orders and I need to have them in multiple screens is it better that I wrap the entire table in a component or not?
I know that I have many pros to have a component but my question is more related to the heavyness.
This table has a different heavy if it’s a multiple component or it’s a multiple frames.
Which is the best practice that you follow for tables?