mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #5727 - Removed utility classes
This commit is contained in:
parent
caa55a3f9f
commit
45c4fe79bb
32 changed files with 93 additions and 175 deletions
|
@ -589,7 +589,7 @@ const classes = {
|
|||
'p-datatable-lg': props.size === 'large'
|
||||
}
|
||||
],
|
||||
mask: 'p-datatable-mask p-component-overlay',
|
||||
mask: 'p-datatable-mask p-overlay-mask',
|
||||
loadingIcon: 'p-datatable-loading-icon',
|
||||
header: 'p-datatable-header',
|
||||
pcPaginator: ({ position }) => 'p-datatable-paginator-' + position,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue