Skip to content

Commit 48e8026

Browse files
Vishnu-MoorthiVishnu-Moorthi
authored andcommitted
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)