Home

Control 100% of the outputed HTML in the resultpanel.

I'm working on an extension for Linqpad where you can take any data and present this as a pivot table. I'm going to use either webdatarocks or pivottable.js.

It would work like something similar to the dump function: mydata.Pivot()

Data is then presented as a pivot table in the results panel:

Is there a way to load only HTML in the results panel without any LinqPad CSS, HTML etc.? (LINQPAD CSS will mess with the pivot CSS).

This could likely be solved using an iframe but would be cleaner if it was possible to just load any HTML from and/or disc, web or memory.

Sign In or Register to comment.