Sorry, I forget to mention the value of the property should be same as in CSS:
the html picture is only to show the structure of the html behind the table, then you will know how to write the style/css to change table/tr/td etc.
Sorry, I forget to mention the value of the property should be same as in CSS:
the html picture is only to show the structure of the html behind the table, then you will know how to write the style/css to change table/tr/td etc.
Works fine, thanks
Worked up a solution for this:
https://community.appinventor.mit.edu/t/how-can-put-color-in-tableview-if-word-yes/67188/6
Do you know of a better approach ?
[Feature Request]
With your table click function, it would be good to return the entire row text for all columns as well.
I only know this method.
for entire row data, you may use the "select list item" to pick data from original data list.
and i am considering to add a block to combine nearby cells, which will make this entire row data very complicated.
I'm trying to show a csv with many columns, how can I set horizontal scroll ?
Just drag left/right, should be scrollable vert/horiz automatically
[Feature request]
Sticky header row
found this:
but requires a th
row.
Tried with tr:nth-child(1)
but nothing happened
With these blocks I can set the selected cell background color, how can I restore the previous color after selecting another cell? I can save row and col but the color ?
would the original colour be known, e.g. the one you set when drawing the table ?
v2 is coming, pls check first post.
now is possible. it looks like th is not necessary, but thead is.
I have add a sample at 1st post.
now it's possible to remove the style you already setup last time, just to set the value to "" (empty string) using SetStyle block, then ShowTable.
now "Index: 7, Size: 7
Note: You will not see another error reported for 5 seconds."
show your blocks pls,and the data to display, and are you using v2?