<template>
    <DocSectionText id="style" label="Style" v-bind="$attrs">
        <p>Following is the list of structural style classes, for theming classes visit <PrimeVueNuxtLink to="/theming"> theming</PrimeVueNuxtLink> page.</p>
    </DocSectionText>
    <div class="doc-tablewrapper">
        <table class="doc-table">
            <thead>
                <tr>
                    <th>Name</th>
                    <th>Element</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>p-datatable</td>
                    <td>Container element.</td>
                </tr>
                <tr>
                    <td>p-datatable-scrollable</td>
                    <td>Container element when table is scrollable.</td>
                </tr>
                <tr>
                    <td>p-datatable-header</td>
                    <td>Header section.</td>
                </tr>
                <tr>
                    <td>p-datatable-footer</td>
                    <td>Footer section.</td>
                </tr>
                <tr>
                    <td>p-datatable-wrapper</td>
                    <td>Wrapper of table element.</td>
                </tr>
                <tr>
                    <td>p-datatable-table</td>
                    <td>Table element.</td>
                </tr>
                <tr>
                    <td>p-datatable-thead</td>
                    <td>Table thead element.</td>
                </tr>
                <tr>
                    <td>p-datatable-tbody</td>
                    <td>Table tbody element.</td>
                </tr>
                <tr>
                    <td>p-datatable-tfoot</td>
                    <td>Table tfoot element.</td>
                </tr>
                <tr>
                    <td>p-column-title</td>
                    <td>Title of a column.</td>
                </tr>
                <tr>
                    <td>p-sortable-column</td>
                    <td>Sortable column header.</td>
                </tr>
                <tr>
                    <td>p-frozen-column</td>
                    <td>Frozen column header.</td>
                </tr>
                <tr>
                    <td>p-rowgroup-header</td>
                    <td>Header of a rowgroup.</td>
                </tr>
                <tr>
                    <td>p-rowgroup-footer</td>
                    <td>Footer of a rowgroup.</td>
                </tr>
                <tr>
                    <td>p-datatable-row-expansion</td>
                    <td>Expanded row content.</td>
                </tr>
                <tr>
                    <td>p-row-toggler</td>
                    <td>Toggle element for row expansion.</td>
                </tr>
                <tr>
                    <td>p-datatable-emptymessage</td>
                    <td>Cell containing the empty message.</td>
                </tr>
                <tr>
                    <td>p-row-editor-init</td>
                    <td>Pencil button of row editor.</td>
                </tr>
                <tr>
                    <td>p-row-editor-init</td>
                    <td>Save button of row editor.</td>
                </tr>
                <tr>
                    <td>p-row-editor-init</td>
                    <td>Cancel button of row editor.</td>
                </tr>
            </tbody>
        </table>
    </div>
</template>