mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5210 - DataTable: resizableColumns and paginator bug
This commit is contained in:
parent
6df07dfe1e
commit
413efbb2f4
2 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
:filterDisplay="filterDisplay"
|
||||
:filtersStore="filtersStore"
|
||||
:filterInputProps="filterInputProps"
|
||||
:first="first"
|
||||
@filter-change="$emit('filter-change', $event)"
|
||||
@filter-apply="$emit('filter-apply')"
|
||||
@operator-change="$emit('operator-change', $event)"
|
||||
|
@ -223,6 +224,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
first: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
filterInputProps: {
|
||||
type: null,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue