ย ยทย Work harder not smarter.

SyncFusion Datagrid : Custom Widget

Custom Code

I am trying to build a custom widget using the Syncfusion Datagrid. I am able to render a datagrid, but it does not show any data. I was wondering if anyone who has successfully built this custom widget in FlutterFlow, if they would be so kind enough to share with me their custom widget code so that I can try to compare it to mine. Or, any other advice is greatly appreciated. - Be well always

What have you tried so far?

I have set up the dependencies, imported the packages, added the parameters and configured the boiler plate. I believe I have also set up the widget builder correctly. I am having trouble setting the parameters (my data) to the datagrid data source. I have used chatGPT for debugging. All the code compiles but in test mode, I do not see any data. For now, my data is hard coded in an app state variable and sent into the custom widget as a parameter.

Did you check FlutterFlow's Documentation for this topic?
Yes
1