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
* Builds a lookup of this row's cells keyed by leaf column id.
@@ -83,8 +83,8 @@ export interface Row_Row<
83
83
}
84
84
85
85
exportinterfaceTableOptions_Rows<
86
-
TFeaturesextendsTableFeatures,
87
-
TDataextendsRowData,
86
+
inoutTFeaturesextendsTableFeatures,
87
+
inoutTDataextendsRowData,
88
88
>{
89
89
/**
90
90
* This optional function is used to derive a unique ID for any given row. If not provided the rows index is used (nested rows join together with `.` using their grandparents' index eg. `index.index.index`). If you need to identify individual rows that are originating from any server-side operations, it's suggested you use this function to return an ID that makes sense regardless of network IO/ambiguity eg. a userId, taskId, database ID field, etc.
0 commit comments