This is an old revision of the document!


TableViews

A Tableview is basically a list of all Cards of a special Proto. Essential elements in organising data in a tabular manner. :sunglasses:

Styling Cells of a TableView

Since Protogrid is based on web technologies you can use common HTML tags to influence how cells are presented to users. Just insert suitable HTML tags into the text of your fields/columns. You can do this either manually or by using a ScriptLibraries.

Inspiration:

<br>
 
<a href="www.google.com">Link into the world wide web</a>
 
<b>This entry is important!</b>
 
<small>You don't really have to read this text ;-)</small>
 
<font color="red">Urgent!</font>

Hide Certain Columns

It's also possible to hide certain fields you don't want to appear as a column in TableViews: Just open the field definition and set its “Display Priority” to 0. This will lead to the field being hidden in TableViews, automatic titles and short names. However, the field itself will still be displayed on Data Cards. If you also want to hide the field on Data Cards, simply take a ScriptLibrary.

Hide Certain List Entries By Using A Filter

It's also possible to hide certain cards in the list of records to appear as a list entry in Tableviews. For preparation you have to define a filter. By choosing one of the filter options the related records will be displayed.

Print/export