From 422303af84b8dd6adc7ee20fcaa2150bf06d12b2 Mon Sep 17 00:00:00 2001
From: ncastejon <castejon.nicolas@gmail.com>
Date: Tue, 28 Jan 2020 11:00:36 +0100
Subject: [PATCH] First draft for data (data table and map)

---
 docs/components/custom-apps/web-app/dataset/data.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/components/custom-apps/web-app/dataset/data.md b/docs/components/custom-apps/web-app/dataset/data.md
index 2ab8e9c..2cfcab9 100644
--- a/docs/components/custom-apps/web-app/dataset/data.md
+++ b/docs/components/custom-apps/web-app/dataset/data.md
@@ -10,6 +10,7 @@ Furtheremore there is the ability to hide and show each component as we wish, de
 ## The data table
 
 Each data entry of the dataset is rendered as a line, where columns are the properties names. All the values are displayed, with an exception with what we call *complex properties*. It's arrays or objects that might be difficult to display properly in a table (such as opening and closing hours). In this case, these values will be rendered correctly in the right window if we click on the data entry.
+All the data are not retrieved in first place. We get them 30 entries by 30 entries after scrolling, to create a more smooth experience for the user.
 
 ### Research in the data
 
@@ -21,9 +22,11 @@ In case of datasets with a lot of properties, the user might want to display onl
 
 ### Data table interactions
 
-sort properties
-history of the click elements
-if map, go to the feature
+* Each column is enabled for sorting alphabetically.
+
+* If the map component is displayed (geographical datasets), after a click in an entry in the data table, the map will be centered to the clicked element and a window on the right is opened with all the detailed data (including complex properties)
+
+* All the entries that have been clicked (both from the data table but also from the map) are highligthed with a different background color
 
 ## The map
 
-- 
GitLab