ID EN
Logging

formatHeader

Python 3.11

Return a header for a list of records. The base implementation just returns the empty string. You will need to override this method if you want specific behaviour, e.g. to show the count of records, a title or a separator line.

Syntax

PYTHON
formatHeader(records)