Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0dcd2b5

Browse files
Vishnu-MoorthiVishnu-Moorthi
Vishnu-Moorthi
authored and
Vishnu-Moorthi
committed
Output files were updated updated.
1 parent 85cab61 commit 0dcd2b5

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

‎README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The `Streamlit` is a free and open-source framework that enables quick developme
66

77
## Set up the Streamlit project environment
88

9-
A recommended approach for beginning with Streamlit framework is to create Python environment with [venv](https://docs.python.org/3/library/venv.html). To create a new Python environment, use the following command.
9+
A recommended approach for beginning with Streamlit framework is to create a Python environment with [venv](https://docs.python.org/3/library/venv.html). To create a new Python environment, use the following command.
1010

1111
```bash
1212
python -m venv my-project
1313
```
1414

15-
Using the above command will create a Python virtual evnironment.
15+
Using the above command will create a Python virtual environment.
1616

17-
Upon completing the aforementioned step to create the `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:
1818

1919
```bash
2020
cd my-project
@@ -25,17 +25,17 @@ Now that `my-project` is ready to run with default settings, let's add Syncfusio
2525

2626
## Add Syncfusion Grid package
2727

28-
Syncfusion Grid component package is available at [pypi.org](https://pypi.org/project/ej2-streamlit-grids/). To use Syncfusion Grid component in the project, install the corresponding pip package.
28+
Syncfusion Grid component package is available at [pypi.org](https://pypi.org/project/ej2-streamlit-grids/). To use the Syncfusion Grid component in the project, install the corresponding pip package.
2929

3030
```sh
3131
pip install ej2-streamlit-grids
3232
```
3333

34-
## Add Syncfusion Grid package
34+
## Add Syncfusion Grid component
3535

36-
Follow the below steps to add the Syncfusion Grid component to Streamlit Python project:
36+
Follow the below steps to add the Syncfusion Grid component to the Streamlit Python project:
3737

38-
1. First, create a Python file named `demo.py` and import the Grid component in the **demo.py** file.
38+
1. First, create a Python file named `demo.py` and import the Grid component into the **demo.py** file.
3939

4040
```py
4141
from ej2_streamlit_grids import GridComponent, GridProps
@@ -81,4 +81,10 @@ streamlit run demo.py
8181

8282
The output will appear as follows:
8383

84+
![demo](./demos/ej2_streamlit_grids_demo.png)
85+
86+
## Grid features demo
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:
89+
8490
![demo](./demos/ej2_streamlit_grids_demos.gif)

‎demos/ej2_streamlit_grids_demo.png

28.6 KB
Loading[フレーム]

‎demos/ej2_streamlit_grids_demos.gif

1.32 MB
Loading[フレーム]

‎ej2_streamlit_grids/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(self, dataSource: pd.DataFrame):
158158
self.selectionSettings = {}
159159
self.infiniteScrollSettings = {}
160160
self.textWrapSettings = {}
161-
self.height = 'auto'
161+
self.height = 300
162162
self.width = 'auto'
163163
self.rowHeight = None
164164
self.rowRenderingMode = None

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /