Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example column entry:

Code Block
title'opcharts_gui_node_list_table_columns' example
{ 
        name=> "node_name",
        label => "Name",
        cell=> 'NodeLinkCell',
        renderable => 1,
        comment => "must be present for NodeLinkCell to work on any column, use renderable => 0 to hide"
},

...