mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4929 - Add parent param to all pt method options
This commit is contained in:
parent
1a4bba8107
commit
eb00b8ee23
104 changed files with 399 additions and 158 deletions
5
components/lib/columngroup/ColumnGroup.d.ts
vendored
5
components/lib/columngroup/ColumnGroup.d.ts
vendored
|
@ -6,7 +6,6 @@
|
|||
* @module columngroup
|
||||
*/
|
||||
import { ComponentHooks } from '../basecomponent';
|
||||
import { DataTablePassThroughOptions } from '../datatable';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
||||
|
@ -25,9 +24,9 @@ export interface ColumnGroupPassThroughMethodOptions {
|
|||
*/
|
||||
props: ColumnGroupProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
* Defines parent options.
|
||||
*/
|
||||
parent: DataTablePassThroughOptions;
|
||||
parent: any;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue