Just a quick and dirty demonstration of how a table could be built with angular.
Some things of note:
- The data is loaded from a JSON file
- The table uses hand written functions to do the filtering work
- The whole app is written by creating normal javascript functions and then wireing the app together with angular functions.
- Uses only hand written CSS originated by me