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
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
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”);**