Renders a data table without any column headers.
BigTable — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns a Bootstrap <table class="headerlesstable"> with no <thead> section. Up to 20 columns are rendered per row. Field names with a |raw suffix are rendered as sanitised HTML via BeautifulSoup. Field names with a |englishdatetime suffix are reformatted from YYYY-MM-DD HH:MM:SS to DD Mon YYYY.
Requires beautifulsoup4 (bs4) for raw HTML column rendering.