diff --git a/docs/components/custom-apps/web-app/dataset/data.md b/docs/components/custom-apps/web-app/dataset/data.md
index 2ab8e9ce09480da8830df62e0997e350a47433bd..2cfcab9cb74a6638913df69c442c7ac9147d6189 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