You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Toggle to hide or show the arrow icons in the header cell if the column is sortable. Takes precedent of the "showSortIcons" props from TableGeneratorProps
141
141
*/
142
-
showSortIcons: boolean;
142
+
showSortIcons?: boolean;
143
143
144
144
/**
145
145
* Custom sort function for the column where a & b are the values.
146
-
* If not custom sort is applied, the library will attempt to sort automatically based on the primitive data type
146
+
* If no custom sort is applied, the library will attempt to sort automatically based on the primitive data type
0 commit comments