mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
added sortIcon property to type ColumnPassThroughOptionType
This commit is contained in:
parent
69f692e1d3
commit
4fdb964b86
1 changed files with 4 additions and 0 deletions
4
components/lib/column/Column.d.ts
vendored
4
components/lib/column/Column.d.ts
vendored
|
@ -148,6 +148,10 @@ export interface ColumnPassThroughOptions {
|
|||
* Used to pass attributes to the sort's DOM element.
|
||||
*/
|
||||
sort?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the sort badge's DOM element.
|
||||
*/
|
||||
sortIcon?: ColumnPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the sort badge's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue