Merge pull request #4992 from kavyabaskar/include-sort-icon-to-column-pass-through-options

added sortIcon property to type ColumnPassThroughOptionType
pull/5002/head
Tuğçe Küçükoğlu 2023-12-25 10:23:54 +03:00 committed by GitHub
commit 9a26647874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 icon'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.
*/ */