mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #2653 - New Component: DynamicDialog
This commit is contained in:
parent
cdf42edd14
commit
6e608144b9
24 changed files with 458 additions and 1 deletions
|
@ -86,6 +86,10 @@ export default {
|
|||
return !!(obj && obj.constructor && obj.call && obj.apply);
|
||||
},
|
||||
|
||||
getItemValue(obj, ...params) {
|
||||
return this.isFunction(obj) ? obj(...params) : obj;
|
||||
},
|
||||
|
||||
filter(value, fields, filterValue) {
|
||||
var filteredItems = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue