Merge pull request #4992 from kavyabaskar/include-sort-icon-to-column-pass-through-options
added sortIcon property to type ColumnPassThroughOptionTypepull/5002/head
commit
9a26647874
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue