collections of data tables from controller to view?
I have 5 different tables. I need to pass them from controller to view and render each table in separate div element. How do I do it in mvc 5?
Is it better to create list of data tables or add to data source?