Folks who #website: I'm trying to create a slice'n'dice-able #data #table -- somewhat like https://instances.vantage.sh/ with the per-column client-side search/constraint/etc. FWIW my data's a discrete JSON file.
I'm allergic to JavaScript insofar as I have zero idea what I'm doing with it (and *can't* do anything with it, myself) but will happily copy'n'paste it as needed.
Got any pointers? #websites #HTML #datadriven #javascript #js #webdev #WebDesign #WebDevelopment #dataviz
@jonathanmatthews there is some indication that the website that you are linking is from https://datatables.net/
there are many data grid libraries though but that might be a start
example with json sourced data https://datatables.net/examples/data_sources/js_array.html