Its a column level filter on a table/grid, like as in MS Excel. It has the options such as sorting and searching the unique values of a column as in below screenshot. It runs on any popular server. I've used XAMPP here. Below are the installation steps to install XAMPP and running our tool in it.
Download XAMPP 5.6.24 from the below link. https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/5.6.24/
Install the downloaded file by following the on-screen instructions. Select show icon on desktop option, so that it could be easily started before starting the app. Once installed, double click on XAMPP icon, which starts the server, only then app will run. To check the server status, Goto http://localhost which displays the XAMPP dashboard.
Unzip the tool folder ie, angular-table-filter-master.zip at ...\xampp\htdocs. So that for instance a file in it looks like below. ...\xampp\htdocs\angular-table-filter-master\index.html
Goto http://localhost/angular-table-filter-master/ This will land the tool
To run the tool make sure the XAMPP is running as described in Server Installation.