You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ python -m venv my-project
14
14
15
15
Using the above command will create a Python virtual environment.
16
16
17
-
Upon completing the aforementioned step to create `my-project`, run the following command to install Streamlit:
17
+
Upon completing the aforementioned step to create **my-project**, run the following command to install Streamlit:
18
18
19
19
```bash
20
20
cd my-project
21
21
pip install streamlit
22
22
```
23
23
24
-
Now that `my-project` is ready to run with default settings, let's add Syncfusion Grid components to the project.
24
+
Now that **my-project** is ready to run with default settings, let's add Syncfusion Grid components to the project.
25
25
26
26
## Add Syncfusion Grid package
27
27
@@ -35,7 +35,7 @@ pip install ej2-streamlit-grids
35
35
36
36
Follow the below steps to add the Syncfusion Grid component to the Streamlit Python project:
37
37
38
-
1. First, create a Python file named `demo.py` and import the Grid component into the **demo.py** file.
38
+
1. First, create a Python file named **demo.py** and import the Grid component into the **demo.py** file.
39
39
40
40
```py
41
41
from ej2_streamlit_grids import GridComponent, GridProps
@@ -85,6 +85,6 @@ The output will appear as follows:
85
85
86
86
## Grid features demo
87
87
88
-
The Grid component is rendered along with some extra features in the **demo.py** file located in the `demos` folder. The resulting output with these features will be displayed as depicted below:
88
+
The Grid component is rendered along with some additional features in the **demo.py** file located in the **demos** folder. The resulting output with these features will be displayed as depicted below:
0 commit comments