Renders query results as a two-column key/value table where each column becomes a row.
BigTable — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns a Bootstrap <table> in which each column from the query is rendered as a separate row with the field name on the left (styled btn-transpose) and the cell value on the right. All values are passed through process_text. This is the transposed (pivoted) equivalent of a standard row-per-record table.