Renders a server-side-populated, client-sortable HTML table using the DataTables jQuery plugin.
TABLESORT — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. Renders self.data_list and self.FieldNames into a Bootstrap-styled <table> with alternating odd/even row classes and DataTables column sort controls. Returns the HTML string including an inline <script> that initialises DataTables with responsive layout.
responsive: true, lengthChange: false, autoWidth: false.self.FieldNames values.