I am trying build a table that is filtered by checkboxes. I have 3 objects:
- selected: What check boxes are currently selected
- sites: What populates the checkboxes. Object Structure:
sites: [{ siteid, name } ...] - items: all table items. Object Structure:
items: [{siteid, gradeid, cpl} ..]
Pastebin: https://pastebin.com/J2kBr2Xy CodePen: https://codepen.io/tomdickson/pen/OqXpay
Hope this provides enough information