Is there a way to dynamically split the output of a specific result into two horizontal sections that fit within the browser width? The number of rows returned from the service is variable, so a fixed solution won't work. I also want to avoid manually splitting the records between two separate tables.
I am currently using AngularJS 1.1 and open to any solution that can achieve the desired outcome. Please refer to the attached screenshot for clarification:
https://i.sstatic.net/UH2KB.png
Feel free to reach out if you need further details or clarifications.