Renders a responsive row of Axion text/macro expressions laid out in equal-width Bootstrap columns.
Row — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="", Orientation="") -> str:
Returns a series of <div style="display:inline-block;width:100%"> rows. The query must return at least two rows:
process_text("{KEY}")Each macro result is placed in an equal-width col-sm-N column. If fewer items are returned than maxCols, maxCols is clamped to the actual count.