Botros Toro

Results 4 comments of Botros Toro

> FYI, users can customize browser page title using react-helmet. See example code that can be placed in Show, Edit, List or Create components. > > ```tsx > > New...

Any updates on this or will this not be supported? Seems like a core function for using GCP as as driver.

Did you ever figure this out? I think im having a similar issue. I'm receiving the following response when I make an API call to the backend, even though I...

@Goomba41, What I ended up doing is using the hybrid_property decorators to "recreate" the fields from the JSON field. This then allows the filter function to work. ``` class report(Base):...