Setup tableviewer with customized format

How to use/setup tableviewer extension on app inventor in order to be able to display table with data field zip_code, province, city, district, urban with the following format?
Which actually the format has 3 column that are:

  1. First column display static data as follow:
    Zip Code
    Province
    City
    District
    Urban

  2. Second column display static data:
    :
    :
    :
    :
    :

  3. Third column display the actual data for data field zip_code, province, city, district, urban

And lastly outline the every row data as the following screenshot:

instead of TableViewer, I recomment to use CompCreator and Enhance extension.

Thanks
I will try to learn and explore this 2 extensions first.

You should be able to do this with a listview, using YAML to create your visuals

For additional formatting you might consider:

or possibly

Thanks for your sharing.
I will explore them.