Hi all.
You’ll have to excuse my ignorance, I’m quite new to Javascript.
I have a data table that extracts it’s data from a CSV file.
I want to use individual rows from the grid to populate smaller HTML tables on the page.
(It is a proof of concept page that I’m working on that will extract client data from the file and arrange it as a seating plan – hence the smaller HTML tables)
I was wondering how I retrieved values from the data table? I’m aware that I can just extract the data from the CSV file, but I would like it to be editable through the data grid first, then be able to populate these smaller HTML tables.
Regards
Stephen