Buildup110

Creating new Decentralized, Dynamic and Sortable table, its head and/or its records:
working example
For creating your record, the value of the last-record parmater in the table should be set to the name of the page containing your record. Here is the code for tabale of 5 columns.

Tables's page

copy this line:
include :comcomist:table  last-record=page

and pase it between this code:
[[]]

where page is the page's name name of Table's head

Tables' head

copy thess 6 lines:
include :comcomist:count:5h
| v1= v1st 
| v2= v2nd
| v3= v3rd
| v4= v4rt
| v5= v5th

and pase it between this code:
[[]]

where v1st is 1st Field Name, v2nd is 2nd Field Name etc

Table's record

copy this line:
include previous

and pase it between this code:
[[]]

then copy thess 6 lines:
include :comcomist:count:5f
| v1=  f1st 
| v2= f2nd 
| v3= f3rd 
| v4= f4th 
| v5= f5th

and pase it between this code:
[[]]

where previous= the page name of last-record parmater in the table and where f1st is 1st Field entity, v2nd is 2nd Field entity etc

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License