mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5681
This commit is contained in:
parent
3cc675e50f
commit
e1367fd494
89 changed files with 376 additions and 339 deletions
|
@ -42,7 +42,7 @@ const classes = {
|
|||
}
|
||||
],
|
||||
header: 'p-dataview-header',
|
||||
paginator: ({ position }) => 'p-dataview-paginator-' + position,
|
||||
pcPaginator: ({ position }) => 'p-dataview-paginator-' + position,
|
||||
content: 'p-dataview-content',
|
||||
emptyMessage: 'p-dataview-empty-message', // TODO: remove?
|
||||
footer: 'p-dataview-footer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue