something to read

This commit is contained in:
2022-05-28 14:10:16 +02:00
parent a857f24998
commit 58181c3c92

View File

@ -23,6 +23,16 @@ pip install streamlit-aggrid
$ ./stand.sh
```
## Interact in the browser
- **edit**: double click a cell
- **filter**: hover a column head and click the appearing menu icon
- **sort**: click a column head (cycles through ascending, descending, chronological)
- **download**: click the *Downloads* button and choose from the given options
## Use the python client
```python