The Table Widget
Learn to show data in a table on both small and large screens.
We'll cover the following
If the application layout consists of a Column
of Row
widgets with the same number of children, we might get a more consistent UI if we use a Table
widget instead. The Table
widget is handy if we need to display data in a tabular format. If we want to display data about the employees of a company, we can use Table
as seen in the following example:
Get hands-on with 1400+ tech skills courses.