ids-enterprise-typings 21.0.3-patch.8 → 21.0.3-patch.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -198,6 +198,12 @@ interface SohoDataGridOptions {
|
|
|
198
198
|
/** Disable Sort Logic client side and let your server do it */
|
|
199
199
|
disableClientSort?: boolean;
|
|
200
200
|
|
|
201
|
+
/** Allow tri-state sorting (ascending, descending, unsorted) */
|
|
202
|
+
allowTriStateSort?: boolean;
|
|
203
|
+
|
|
204
|
+
/** Use locale-specific sorting */
|
|
205
|
+
useLocaleSort?: boolean;
|
|
206
|
+
|
|
201
207
|
/** Can provide a custom function to adjust results text */
|
|
202
208
|
resultsText?: SohoDataGridResultsTextFunction;
|
|
203
209
|
|