David

Results 2 comments of David

Seems like there is a fix for this issue pending to be merged. Are there any updates on that? https://github.com/clauderic/react-sortable-hoc/pull/624 Thanks!

I was running into this issue and the `view_support` wasn't working for me in Postgres. I fixed it installing an older version of sqlalchemy (1.4.49). Explanation ``` class SQLDatabase: """SQLAlchemy...