mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
DataTable, TreeTable, Timeline unstyled demo updates
This commit is contained in:
parent
70435e3371
commit
6b762d08be
12 changed files with 555 additions and 47 deletions
97
doc/datatable/theming/StyledDoc.vue
Normal file
97
doc/datatable/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,97 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>List of class names used in the styled mode.</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>
|
Loading…
Add table
Add a link
Reference in a new issue