I am looking for a solution to display the first column of a table on one row while allowing the other columns to adjust and fit into the remaining space.
My attempt involved setting a fixed width of 320 for phone size.
To view my plunker, click here: http://plnkr.co/edit/I5Qe21mgGGpMV94bdMl6?p=preview
Below you will find the code along with the accompanying CSS.
<!doctype html>
<html ng-app="plunker">
<head>
...
...
...
...
...
...
...
...
...
</script>
</body>
</html>