mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Treetable TW sortable column icon issue fixed
This commit is contained in:
parent
b3024b7c53
commit
e217af7c04
1 changed files with 3 additions and 0 deletions
|
@ -3650,6 +3650,9 @@ export default {
|
||||||
'dark:text-white/70' //Dark Mode
|
'dark:text-white/70' //Dark Mode
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
sort: {
|
||||||
|
class: 'inline-block align-middle'
|
||||||
|
},
|
||||||
sorticon: ({ context }) => ({
|
sorticon: ({ context }) => ({
|
||||||
class: ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
class: ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue