Another AngularJS data table, follows the guide of Material Design (kind of).
bower install tw-ui-tableAdd a <script> to your index.html
<script src="/bower_components/tw-ui-table/dist/tw-ui-table.js"></script>Add css to your index.html
<link rel="stylesheet" href="/bower_components/tw-ui-table/dist/tw-ui-table.css"></script>Check example folder for instruction.