I am building a report which contains 3 html tables. The tables themselves are output via ODS HTML, then there is a final step which uses PUT statements to append these 3 raw HTML files into a final customised HTML report.
The trouble is I now need to reference each of these tables using Javascript - but there is no 'ID' tag. I'm sure it would be possible to reference the tables via the DOM, but it would be nice to do this explicitly - ie by setting the ID attribute of each table.
Is there an ODS HTML option which allows this? We are using version 9.1.3...