comprehensive-tomatoC
Refine2y ago
12 replies
comprehensive-tomato

useForm get the property data

hi
in Edit page I want to get the property data, in the code I provide, I get all the properties in same schema not the one I want
how I can get the one that I want to edit on ? is there a way that useForm hook know automatically by current URL ?
  const {
    tableQueryResult: {data, isLoading, isError},
  } = useTable();
Was this page helpful?