deck.tab.active.background = #6495ED

Dynamic Table Plugin

This macro creates and maintains a table that is modified dynamically in the view mode. Additionally it allows reordering of the rows.

This plugin includes the following macros:

dynamic-table - This macro creates and maintains a table that is modified dynamically in the view mode. Additionally it allows reordering of the rows.

This macro creates and maintains a table that is modified dynamically in the view mode. Additionally it allows reordering of the rows.

The Code

{dynamic-table:title=my_table}
| header 1 | header 2 | header 3|
{dynamic-table}

Result

Parameters

Name

Required?

Default

Description

title

(error)

none

Title to display as first line of table. If not specified and the default parameter is specified, the default parameter will be used as the table title.

id

(error)

none

A way to specify a unique id to identify this instance of the macro. By default, a numeric id is automatically assigned based on the order of the macro on the page.