how can put color in tableview if "word" = yes?, only in the row with word=yes
TIMAI2
October 7, 2022, 10:22pm
2
Not possible with the Tableview extension
1 Like
and there is another extension with tableview but what if you can put color?, or you can make it bold if it has the word 'yes' or something like that, as to differentiate
TIMAI2
October 7, 2022, 10:35pm
4
You can build a table using a dynamic component extension, then program it's behaviour with blocks
Example:
[dynTable1]
This falls somewhere between an extension and a guide, but probably best placed here. Consider this to be helper blocks which can be used in a bigger app.
In essence, the following generates a dynamic table from a data list and uses @Kevinkun 's dynamic components extension CompCreator to do it. It is based, and expands, upon @Ken 's TableView extension.
Dynamic Table
or you can try this version of table viewer:
I have make another version of TableViewer, it's a package of Webviewer and Javascript and CSS.
so you can set up the style as you wish, if you know some CSS knowledge.
Alll Blocks
Init the extension
[image-20221005142959876]
layout can be vertical arrangement or horizontal arrangement.
No need for scroll arrangement, since this extension can handle the scrolling.
SetData
[image-20221005143010573]
data should be a LIST OF LIST.
SetStyle
[image-20221005143023860]
SetStyleSheet
[image-2022…
2 Likes
TIMAI2
October 9, 2022, 8:40am
6
Blocks solution for above
system
Closed
October 16, 2022, 8:41am
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.