ids-enterprise-typings 19.6.16 → 19.6.18
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,9 @@ 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
|
+
|
|
201
204
|
/** Can provide a custom function to adjust results text */
|
|
202
205
|
resultsText?: SohoDataGridResultsTextFunction;
|
|
203
206
|
|