mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Add Listbox header and remove from OrderList/PickList
This commit is contained in:
parent
fc947d61fa
commit
bb51b40051
7 changed files with 6 additions and 25 deletions
|
@ -56,9 +56,7 @@
|
|||
data-pc-group-section="list"
|
||||
>
|
||||
<template v-if="$slots.sourceheader" #header>
|
||||
<div :class="cx('sourceHeader')" v-bind="ptm('sourceHeader')" data-pc-group-section="header">
|
||||
<slot name="sourceheader"></slot>
|
||||
</div>
|
||||
<slot name="sourceheader"></slot>
|
||||
</template>
|
||||
<template #option="{ option, index }">
|
||||
<slot name="item" :item="option" :index="index" />
|
||||
|
@ -121,9 +119,7 @@
|
|||
data-pc-group-section="list"
|
||||
>
|
||||
<template v-if="$slots.targetheader" #header>
|
||||
<div :class="cx('targetheader')" v-bind="ptm('targetheader')" data-pc-group-section="header">
|
||||
<slot name="targetheader"></slot>
|
||||
</div>
|
||||
<slot name="targetheader"></slot>
|
||||
</template>
|
||||
<template #option="{ option, index }">
|
||||
<slot name="item" :item="option" :index="index" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue