Xivgear Types Documentation
    Preparing search index...
    TableSectionMode: "singlebody" | "autoheadbody" | "manual"

    Strategy for breaking the table rows into thead and tbody elements.

    singlebody: The default. Puts everything into a single tbody. autoheadbody: Puts rows into thead or tbody elements, grouped with adjacent members. A header will put itself and any subsequent non-data rows into a thead element, while every set of data rows goes into a tbody. Special rows go into whatever the last element was. manual: Manually control this, by using SpecialTBody, SpecialTHead, SpecialTFoot (not implemented yet).