Preview: ngResponsiveTables - Resize the screen to see how it works
Warning: This jquery plugin requires CSS3 in order to work properly!*
This jQuery plugin converts regular table view into user friendly table for mobile devices.
$(function(){
$('.ng-table').ngResponsiveTables();
});
Idea for this project came from CSS Tricks
Original implementation by Tomislav Matijević