mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #4149 - For DataTable & Column & ColumnGroup
This commit is contained in:
parent
dcd76d09cc
commit
97d112a2e0
13 changed files with 195 additions and 37 deletions
5
components/lib/columngroup/ColumnGroup.d.ts
vendored
5
components/lib/columngroup/ColumnGroup.d.ts
vendored
|
@ -72,6 +72,11 @@ export interface ColumnGroupContext {
|
|||
* Current type of the column group.
|
||||
*/
|
||||
type: string;
|
||||
/**
|
||||
* Current scrollable state of column group as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
scrollable: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue