added sortIcon property to type ColumnPassThroughOptionType
parent
69f692e1d3
commit
4fdb964b86
|
@ -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…
Reference in New Issue