From 58181c3c92a0b3d563c471e9da93aa4cdee5d9a1 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 28 May 2022 14:10:16 +0200 Subject: [PATCH] something to read --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d514eb3..87e90dc 100644 --- a/README.md +++ b/README.md @@ -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