Renders a static (non-draggable) Packery grid layout, inheriting all behaviour from ObjReportPackery with dragging disabled.
PACKERYSTILL — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Inherited from ObjReportPackery. All options and data expectations are identical; the only difference is that isDraggable() returns "false", so items cannot be repositioned by the user.
See ObjReportPackery for full option and behaviour documentation.