Patch Changes
-
#5552
8c50a6bd83
Thanks @alicanerdurmaz! - feat: addedmeta.schema
parameter to supabase dataprovider. #5551From now on, users will be able to specify the schema for queries using data hooks, allowing them to override the default schema in the supabase client.
const tableProps = useTable<IUser>({ resource: "posts", meta: { schema: "foo", }, });