From 82b7708c2e5a2b98a544324bc2d1876062e37f92 Mon Sep 17 00:00:00 2001 From: djl11 Date: Sat, 22 Feb 2025 06:03:36 +0700 Subject: [PATCH] added table grouping gif. --- interfaces/tables.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interfaces/tables.mdx b/interfaces/tables.mdx index 786cc166d..ddf2de708 100644 --- a/interfaces/tables.mdx +++ b/interfaces/tables.mdx @@ -82,9 +82,7 @@ By default, the data is just shown flat, in the order it was logged (most recent However, if we want to see the results of each unique experiment, we can simply group by the experiment column, and unfold the data we want to see. The reduction metrics are automatically calculated for each column. -{/* ToDo: Client Side Grouping (https://app.clickup.com/t/86c1yp5py) */} -{/* ToDo: Add Server Side Grouping Reduction Metrics: (https://app.clickup.com/t/86c278dgg) */} -GIF + Conversely, if we want to see which question was the most difficult, we can group by question instead.