mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Aligned treetable css with table
This commit is contained in:
parent
94c6e7d19f
commit
b29e165d35
6 changed files with 257 additions and 264 deletions
|
@ -48,8 +48,8 @@ const classes = {
|
|||
columnResizer: 'p-datatable-column-resizer',
|
||||
headerContent: 'p-datatable-column-header-content',
|
||||
headerTitle: 'p-datatable-column-title',
|
||||
sortIcon: 'p-datatable-sortable-column-icon',
|
||||
sortBadge: 'p-datatable-sortable-column-badge',
|
||||
sortIcon: 'p-datatable-sort-icon',
|
||||
sortBadge: 'p-datatable-sort-badge',
|
||||
columnFilter: ({ props }) => [
|
||||
'p-datatable-filter',
|
||||
{
|
||||
|
@ -115,7 +115,7 @@ const classes = {
|
|||
},
|
||||
rowExpansion: 'p-datatable-row-expansion',
|
||||
rowgroupFooter: 'p-datatable-row-group-footer',
|
||||
emptyMessage: 'p-datatable-emptymessage',
|
||||
emptyMessage: 'p-datatable-empty-message',
|
||||
bodyCell: ({ instance }) => [
|
||||
{
|
||||
'p-datatable-frozen-column': instance.columnProp('frozen')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue