Skip to content
Snippets Groups Projects
Commit 422303af authored by ncastejon's avatar ncastejon
Browse files

First draft for data (data table and map)

parent fcb9579b
No related branches found
No related tags found
1 merge request!14Doc webapp
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment