You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've created the custom desk page using Doppio, now page is showing default dummy text.
We want to use DataTable or create custom form inside that page using React, but we don't know how we should get the data from frappe for that.
For Example, lets say we want to use any DataTable plugin to render the data using React in that case how should we get the fields info that we defined while creating doctype and use it inside react component. If you can help with that will be great hepful for us.
If you have done something like that then please provide the code sample.
The text was updated successfully, but these errors were encountered:
Thanks for your reply. We're already using the Frappe React SDK and as you know that is only use to easily connect with frappe and call their API. That is not we're not looking for currently.
Now for desk pages we want little bit different, we want to pass data from frappe JS to React component or vice versa. For example if I want to get react state data from frappe JS then how should I pass it from frappe? Do you any idea about that. Please help us with that.
Hi @NagariaHussain ,
We've created the custom desk page using Doppio, now page is showing default dummy text.
We want to use DataTable or create custom form inside that page using React, but we don't know how we should get the data from frappe for that.
For Example, lets say we want to use any DataTable plugin to render the data using React in that case how should we get the fields info that we defined while creating doctype and use it inside react component. If you can help with that will be great hepful for us.
If you have done something like that then please provide the code sample.
The text was updated successfully, but these errors were encountered: