Skip to content

Support table footers in grid tables #8257

@tarleb

Description

@tarleb

This is a proposal for a non-standard extension to grid tables that would allow to add a footer. The approach would be to use a separator line containing ~ instead of - to mark the beginning of the table foot:

+------+-------+
| Item | Price |
+======+=======+
| Eggs | 5£    |
+------+-------+
| Spam | 3£    |
+~~~~~~+~~~~~~~+
| Sum  | 8£    |
+------+-------+

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions