jupyter-widgets / ipydatagrid

Fast Datagrid widget for the Jupyter Notebook and JupyterLab
BSD 3-Clause "New" or "Revised" License
580 stars 51 forks source link

Fix rendering #280

Closed ibdafna closed 2 years ago

ibdafna commented 2 years ago

This PR fixes an issue where updating a DataGrid object with a new data model which has a different schema, results in the DataGrid object rendering with the old, incorrect schema.