[FREE] TableViewer - fully style customized to show table data

Sir I used runjs for formatting.
The examples tells that only current cell value can be stored in variable but I need to display 3 cells values in 3 textboxes.

Regards

1 Like

Thanks sir, It works fine.

You can try like this for row selections, will update colours after a different row is selected

2 Likes

Sir I have these codes blocks

I want to apply background row color where the length of first column is 4 like this

four

1101
5102
9506
The length of above digits is 4 so the background color of relevant rows need to be changed.

Please

four_digits_color (1).aia (25.5 KB)

Sir this time, I have these blocks

It displays this data

but I want to Highlight only those rows whom length of first column is 4 like this

four

Here is aia
four_digits_color (2).aia (26.8 KB)

Please help

in this thread there are many examples for how to high light one line.

You question is how to find out the line number. Use the for loop to get what you need.

Respected Boss,
I have tried my best to sort out the issue in this thread

https://community.appinventor.mit.edu/t/free-tableviewer-fully-style-customized-to-show-table-data/67190/278?u=tariq_mehmood

I find out all string those length is 4, I also used loop to apply background color on specific row but not fulfilled.

Can you please show some hints?

Regards

2 Likes

Thanks sir done.

Sorry how i download this aix file ?

It's hosted on this website by the author of this extension.

Hi
I have a table of 1 column only.

I have used the sample code to highlight the selected row and un-highlight the previous but can't get it to work.

It does not highlight the selection.

If I put showtable at the end, it highlights but loads the table all over again and jumps to the top item 1 and cant see the highlighted item.

Where is my mistake?

Thanks.

Attached aia

testtableviewer.aia (26.5 KB)

Seems it needs a little bit of time to arrange for the scroll. Try these blocks, and set your Timer Interval to 250ms

Hi
Thanks for your quick reply.
Will try out your code.

It works with a timer, but in the end decided not to use tableviewer extension.

Using the built-in listviewer with ListViewPlus extension by Patryk_F works better for my needs.

Thanks for your help.


Im try to get valou in table, may be row or coloum or pick a valou of cell.
Extensions: TableViewer5 [FREE] TableViewer - fully style customized to show table data

image

Hello everyone, I have the problem with the table, when I insert a new line after the end of the screen the lines are displayed in white, then I would also be interested in how the entries are displayed backwards, the last line should start from the top, and if I want to delete a line with use a notifier with yes or no, what else is possible to make the background of the table transparent?

I am looking to make a table to increment scores

I can use a grid , like a crossword grid?