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

a lot of thanks. its working.

One more I want change cell filled color based on text value like as where is text value is "SL" cell color filled with green and where is "PO" cell filled color is pink.

Read the documentation from the first post downwards. The answer is there in the examples provided.

i just want color in second colonm


Seems you did not read down quite far enough:

sir according to this highlight third colunm but i need in colunm two. guide please

Select item index 2 (not 4 as in the original example)

image

sir i change index 3 with index 2. in result no highlight cell

Should work, from what you show. Refresh your table/companion...

after referesh result is same no highlight

Show the contents of your global Data list

Working as expected here:

image

sir kindly made amendment in this if need


sir review this

You are not using your Read list...

image

Hey everyone, I'm using the Table Viewer extension with Kodular. Everything works fine, but when I try to use it with Firebase, it doesn't show correctly.

My blocks.

IMG_20240420_222402

Here's what I'm getting.

Is it possible to get a result like this?

This is primarily a Kodular question. You need to set your lists to JSON, then you need to ensure that you provide Tableviewer with a correct list of lists:

[["a","b","c"],["d","e","f"],...]

You will need to extract the "values" (index 2) from each element in your list of lists to a new list.

Sorry about that. I'm asking here because it's originally an AppInventor extension.

can you show me an example please?

amaizing its working. thanks a lot...