table

Description

A structure that can have items added to it with each item having multiple pieces of information. Each element that is added as a child of the table element defines the “columns” of the table. Tables cannot be nested.

Notes

The password element doesn’t current work within a table

Syntax

table <name> { <elements> }

Examples

section example7 {
  table ipport {
    string ip2
    string port2
  }
}
text {
  example7 "Table Example"
  example7.ipport "Pool Members"
  example7.ipport.ip2 "IP Address: "
  example7.ipport.port2 "Port: "
}

Resulting UI presentation:
Note that in the event you add rows to the table, you must define the values or an error will result. If you don’t need a row, delete it with the “x” button at right.

Codeshare Entries

The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.