R
Refine
C
Refine
•
2y ago
•
26 replies
colossal-harlequin
How to make a table with custom json source?
I have following json scheme
{
"count": 50,
"items": [
{
"id": 50,
"name": "West Reyes Event"
}, {
"id": 51,
"name": "West"
},]
{
"count": 50,
"items": [
{
"id": 50,
"name": "West Reyes Event"
}, {
"id": 51,
"name": "West"
},]
How to render it in tables using useTable hook
?
Refine
Join
6,177
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How do I make a custom request to a url
F
foolish-indigo / discussions
2y ago
How to do a table data search with @refinedev/react-table with a custom key outside the columns def?
S
sacred-rose / ask-any-question-archived
6mo ago
how to make select component with custom resource result keys?
C
colossal-harlequin / ask-any-question-archived
3y ago
Using two table with one source in one page
D
dry-scarlet / ask-any-question-archived
2y ago