mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5071
This commit is contained in:
parent
c06c73e285
commit
bd5b3f7c6a
22 changed files with 258 additions and 463 deletions
|
@ -235,21 +235,12 @@ const classes = {
|
|||
],
|
||||
rowToggler: 'p-treetable-toggler p-link',
|
||||
rowTogglerIcon: 'p-tree-toggler-icon',
|
||||
checkboxWrapper: ({ instance }) => [
|
||||
'p-checkbox p-treetable-checkbox p-component',
|
||||
rowCheckbox: ({ instance }) => [
|
||||
'p-treetable-checkbox',
|
||||
{
|
||||
'p-checkbox-focused': instance.checkboxFocused
|
||||
}
|
||||
],
|
||||
checkbox: ({ instance }) => [
|
||||
'p-checkbox-box',
|
||||
{
|
||||
'p-highlight': instance.checked,
|
||||
'p-focus': instance.checkboxFocused,
|
||||
'p-indeterminate': instance.partialChecked
|
||||
}
|
||||
],
|
||||
checkboxicon: 'p-checkbox-icon',
|
||||
//treetable
|
||||
emptyMessage: 'p-treetable-emptymessage',
|
||||
tfoot: 'p-treetable-tfoot',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue