mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4473 - Add ptOptions option to PrimeVue config
This commit is contained in:
parent
234c9a48d2
commit
31c3bdf566
5 changed files with 12 additions and 9 deletions
|
@ -134,6 +134,10 @@ export const defaultOptions = {
|
|||
tooltip: 1100
|
||||
},
|
||||
pt: undefined,
|
||||
ptOptions: {
|
||||
mergeSections: true,
|
||||
mergeProps: false
|
||||
},
|
||||
unstyled: false,
|
||||
csp: {
|
||||
nonce: undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue