sad-indigoS
Refine2y ago
4 replies
sad-indigo

inferencer data from table

With the code:

import { IResourceComponentsProps } from "@refinedev/core";
import { AntdInferencer } from "@refinedev/inferencer/antd";

export const SurfaceList: React.FC<IResourceComponentsProps> = () => {
    return <AntdInferencer/>;
};


How do I (or do I) select the table I want the inferencer to reference, as it is currently saying there is no data
Was this page helpful?