0

I am currently replacing some functionality in a twiki page that has been pulling data from a DB using the DBI_QUERY feature and generating a table complete with hyperlinks on one of the table columns. Is there a way to generate a similar table from a comma separated file pulled from an HTTP request that twiki makes when the page is loaded? Alternatively, I can pull the data as JSON.

Thanks,

SetJmp

Setjmp
  • 27,279
  • 27
  • 74
  • 92

1 Answers1

0

Answer is: apparently not.

However, using an iframe one can implant a table if the GET is already pre-formatted appropriately.

Will look forward to better answers...

Setjmp
  • 27,279
  • 27
  • 74
  • 92