How to create tables using native components?

Is it possible to create a table with 30 columns using native UI components?
I intend to use the horizontal scroll arrangement and the table arrangement so that it becomes horizontally scrollable.
Guys, am I following the right path?

This may help:

1 Like

With a native component, use a WebViewer with the LoadHTML block. This requies a little bit of HTML.

1 Like


Very grateful for the answer, but one thing I didn’t understand in this project. Why this error occurs?

Thanks for your reply friend.
Here is an example, what do I do now to get this table into my application?

Dynamic table layout with any number of rows and columns including table listpicker

Taifun

1 Like

following this link I found an example in an aia file, but I don’t understand why I’m having this error when trying to compile the apk. I wanted to see how the table becomes scrollable to present the columns ahead.



this is the example I found:
table5.aia (49.2 KB)

Try this one table6.aia (49.3 KB)