A tabled record viewer that provides tag filtering capability.
Download the latest release from the release tab
Clone the respository then run the following commands
PM> npm install
PM> npm run build
PM> npm start
Included is the source is a sample file with the expected semi-colon delimited "Tags” column. If you want to replicate it with your own dataset (view), ensure it contains a column named “Tags” with a semi-colon delimiting tag names.
Tag colouring is driven by the CSS file also included with the source.