<<

This plugin allows to get the column configuration for a table.

First, include the line '[% USE Tables %]' at the top of the template to enable the plugin.

To use, call ColumnsSettings.GetColumns with the module, the page and the table where the template is called.

For example: [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'holdst' ) %]

<<