mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
DataTable: new filterButtonProp
property
This commit is contained in:
parent
1cbaf36aa0
commit
a0c3e47afd
6 changed files with 84 additions and 9 deletions
|
@ -58,6 +58,7 @@
|
|||
:filters="filters"
|
||||
:filtersStore="filtersStore"
|
||||
:filterInputProps="filterInputProps"
|
||||
:filterButtonProps="filterButtonProps"
|
||||
@filter-change="$emit('filter-change', $event)"
|
||||
@filter-apply="$emit('filter-apply')"
|
||||
:filterMenuStyle="columnProp('filterMenuStyle')"
|
||||
|
@ -182,6 +183,10 @@ export default {
|
|||
filterInputProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
filterButtonProps: {
|
||||
type: null,
|
||||
default: null
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue