Home > Software design >  How to populate DataTable with JSON API in flutter
How to populate DataTable with JSON API in flutter

Time:10-20

I want to fill out my table with data that I fetch from the Internet, How can I do that

CodePudding user response:

There are many approaches but if you want a straightforward solution,
Then you can use the json_table widget
Image

  • Related