ID EN
Logging

formatFooter

Python 3.11

Return a footer 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 or a separator line.

Syntax

PYTHON
formatFooter(records)