added sortIcon property to type ColumnPassThroughOptionType

pull/4992/head
kabaskar 2023-12-22 15:09:25 +01:00
parent 69f692e1d3
commit 4fdb964b86
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ export interface ColumnPassThroughOptions {
* Used to pass attributes to the sort's DOM element. * Used to pass attributes to the sort's DOM element.
*/ */
sort?: ColumnPassThroughOptionType; 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. * Used to pass attributes to the sort badge's DOM element.
*/ */