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 48e8026

Browse files
Vishnu-MoorthiVishnu-Moorthi
Vishnu-Moorthi
authored and
Vishnu-Moorthi
committed
Syncfusion Streamlit Grid sample added
1 parent 75e541e commit 48e8026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Demo-Sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ej2_streamlit_grids import GridComponent, GridProps
1+
from ej2_streamlit_grids import SfGrid, GridProps
22
import pandas as pd
33
import streamlit as st
44

@@ -44,4 +44,4 @@
4444
props.pageSettings = { 'pageSize': pages, 'pageSizes': True }
4545

4646
st.header('Syncfusion Streamlit Grid')
47-
GridComponent(props)
47+
SfGrid(Props=props)

0 commit comments

Comments
(0)

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