Assume that we have a response stored in react state: const [res, setRes] = useState(ApiResponse).;
const res = [
{submissionName:“SUB1”, dateObj: “12-08-2021”},
];
i have binded response to HotTable like below:
Assume that we have a response stored in react state: const [res, setRes] = useState(ApiResponse).;
const res = [
{submissionName:“SUB1”, dateObj: “12-08-2021”},
];
i have binded response to HotTable like below:
Hi @webgunti
Can you please share a code demo showing your solution? What is the exact issue you encountered here?
Glad to hear that. I’m closing this topic then.