Does anyone know of examples where gridlib.PyGridTableBase is specialized
to wrap a pandas dataframe object, with the ability to sort table based on a
column. I’ve taken several examples and modified to use a wrapped
dataframe, but the sort never works. The dataframe does get sorted but the grid is never updated.
Attached is an example where the CVSData source works(commented out), and while PandasDataSource
sorts the dataframe, the display not updated.
dataGrid.py (5.79 KB)
sample_data.csv (427 Bytes)