I create a listview and it has rows and columns

Hello btothers,

I make a save list and it has rows and columns.
I want to enter data in the row and column I want.
maybe row:1 columns:1 ; 08/02/2020 row:1 columns:0; 08/01/2020
or more data.
it just won’t be upside down.
both bottom and side

Maybe you'd be interested in these:

Or

https://community.appybuilder.com/t/tableview-extension-v3/15122?u=ken

Also see how to work with multiple listviews

http://ai2.appinventor.mit.edu/?galleryId=4990166434054144

thanks for reply,

https://puravidaapps.com/table.php

ask a question: where we write javascript codes for mit app inventor? I can not connect with html codes and mit app inventor codes.

Please explain what you mean, show examples of what you are trying to do...

For example; you write this html codes. And pictures connect html codes. I want to learn connect with mit app inventor diagrams and HTML codes.
Normaly we coding with app inventor’s diagrams. Bu you write a html codes for it.
thanks

resim2

HTML/JavaScript
<!doctype html>

** **
** **
** **

** **
** **

** Table Layout**


**

**
** **
** // if you have commas inside your text, feel free to use another delimiter, for example |**
** var delimiter = “,”;**

** // get the table to display from the window.AppInventor object and split at new line**
** var urlArray = window.AppInventor.getWebViewString().split("\n");**
** //var urlArray = location.search.slice(1).split("/n");**

** var doc = document;**
** var fragment = doc.createDocumentFragment();**
** var thead = doc.createElement(“thead”);**
** var tr = doc.createElement(“tr”);**

where we write html codes for mit app inventor? how to connect html or javascript codes and mit app inventor codes?
thanks

I am sorry, I do not understand your question / problem ?

See FAQ Section: JavaScript Stunts

thanks for reply.

Can you send me a video link for it?

I look your offer but I not see where write code?

thanks brother

you can use any text editor to write html code

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like