Closed Prajapati-developer closed 1 year ago
Can you share a full reproduction? If you don't want to create a repository just for that, maybe just zip the ./toolpad folder and upload in a comment.
toolpad.zip here you can find that manually query is also not working in my case and in preview mode it is showing error state in data grid it is fine if i can show user friendly message. how can i navigate one page to another by using param on button click . Thanks in advance
@Prajapati-developer I think you might have missed adding all of the files in your project - I can only see one component file in the folder with a CellRenderer
component inside it:
Perhaps you could share a screenshot of the query which is not working for you
how can i navigate one page to another by using param on button click
If I understand correctly, you intent to navigate from one page to another while including params in the URL. This feature is being shaped and you can track its development in this issue https://github.com/mui/mui-toolpad/issues/1800
manage-user.zip attached files here .
manage-user.zip attached files here .
Thanks @Prajapati-developer, the usersList
query which the Datagrid was using to show data had a transformation enabled which was erroring out - same issue as in https://github.com/mui/mui-toolpad/issues/1855 which is fixed by https://github.com/mui/mui-toolpad/pull/1856, and will be available in the forthcoming release (today).
Till then, I removed the transformation (which you don't actually need since it just returns the data as it is) and your page seems to work:
Hi @Prajapati-developer This has been fixed in the linked PR and is part of Toolpad version v0.1.3. Can you please check and confirm? Thanks!
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information.
datagrid not updating state in preview mode as data is a async and taking time to populate @Janpot