slow-yellowS
Refine2y ago
11 replies
slow-yellow

How do I pass variable in useTable

const { tableProps } = useTable({
resource: "sensorData",
meta: {
gqlQuery: GET_SENSOR_DATA_QUERY,
gqlvariables: { topic_id: id }, // <- Something like this
},
});
Was this page helpful?