You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to build a CRUD app for many table, for example: Products, Users, Tasks... with common features like sort, filter, pagination.. But generated class does not implement a base type so I can't pass in a generic type and cast down to concrete type at runtime.
Anyone face the same problem? Thank you so much!
The text was updated successfully, but these errors were encountered:
I want to build a CRUD app for many table, for example: Products, Users, Tasks... with common features like sort, filter, pagination.. But generated class does not implement a base type so I can't pass in a generic type and cast down to concrete type at runtime.
Anyone face the same problem? Thank you so much!
The text was updated successfully, but these errors were encountered: