Decodes a base64-encoded JSON array and renders it as a Bootstrap-styled HTML table.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
Base64-encoded JSON array of arrays (first row treated as headers) |
Decodes Param1 via base64.b64decode, parses the JSON, then iterates over rows:
<th> header cells<td> data cells; commas in cell values are replaced with <br>All cell values are passed through process_text before rendering.
Returns a <div class='table-responsive'> containing a <table class='table table-striped'>.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextRenderJson.py
Updated : 2025-10-02