JS file Filter data in table

Hello,
I have a table with 2500 row like Geotagger and I want to filter this data that my team with HTML file can find filter with the column status TODO or FINISH,
in the reference ODK Colddemo, they filter data by type in HTML page also by region in other , but the js util.js have also the User and Group Permissions. I’m not super in JS.
but I wonder if someone can create js file that can filter data so I and other people from ODK community can use

I already did it
in util.js you have only to say for the status var wich column that he needs to make query and thefiltertramkastbystatus.html with his js will show you the data you need
filterdata.zip (5.4 KB)