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.
v8 UPDATE
add event OnShowTable, fired after ShowTable is called.
v7 UPDATE
add property TransparentBackground, designer only.
V6 UPDATE
SetStyleSheet now can accept url to an external css file.
add SetClass block, which can set class to a tag or id selector
add ClearStyle block, which can clear all styles, including the …
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.