ej2-streamlit-grids

Streamlit component implementation of Syncfusion Grid


Keywords
grid, streamlit, syncfusion
License
MIT
Install
pip install ej2-streamlit-grids==25.2.3

Documentation

Syncfusion Streamlit Components

The Syncfusion Streamlit Grid component is a powerful component that allows users to display data in a tabular format with rich features. These features include data binding, sorting, grouping, editing, filtering, dragging, resizing, and exporting to Excel and PDF formats.

Installation

To install the Syncfusion Streamlit Grid component, you can utilize the provided command below:

pip install ej2-streamlit-grids

Rapid Utilization

To quickly integrate the Syncfusion Grid component into your Streamlit app, follow these steps:

  1. Create a Python file, e.g., demo.py.
  2. Add the following code to your demo.py file:
from ej2_streamlit_grids import SfGrid, GridProps
import pandas as pd

data = pd.read_csv('https://raw.githubusercontent.com/SyncfusionExamples/Getting-started-with-Syncfusion-Grid-component-in-Streamlit-app/master/dataset.csv')
props = GridProps(data)

SfGrid(props)
  1. Run the Streamlit app with the following command:
streamlit run demo.py

Demo

For a comprehensive example of using the Syncfusion Grid component in Streamlit, please refer to the GitHub repository. The provided example demonstrates the usage of the Grid component along with additional features.

Streamlit Grid Component

Support

For any questions or assistance, you can:

License

For detailed information about the Syncfusion Essential Studio license and copyright, please refer to the license.

© 2024 Syncfusion, Inc. All Rights Reserved.