mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4149 - Column & TreeTable
This commit is contained in:
parent
b06f90d883
commit
ee637daf39
7 changed files with 70 additions and 15 deletions
15
components/lib/column/Column.d.ts
vendored
15
components/lib/column/Column.d.ts
vendored
|
@ -594,6 +594,21 @@ export interface ColumnContext {
|
|||
* @defaultValue false
|
||||
*/
|
||||
disabled: boolean;
|
||||
/**
|
||||
* Current sort state of the column as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
sorted: boolean;
|
||||
/**
|
||||
* Current frozen state of the column as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
frozen: boolean;
|
||||
/**
|
||||
* Current resizable state of the column as a boolean.
|
||||
* @defaultValue false
|
||||
*/
|
||||
resizable: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue