Properties
- #header
- The table header, an array of field_key => title pairs or the format described for theme_table.
- #options
- The data displayed in the table. Nested array of id => array pairs where the array is an array of field_key => value pairs.
- #multiple
- Determines whether multiple values can be selected. Displays checkboxes when TRUE, radios when FALSE.
Default: TRUE - #advanced_select
- Whether to provide advanced selection behaviour (SELECT ALL checkbox, SHIFT-select).
Default: TRUE - when #multiple is TRUE.
When #multiple is FALSE, always FALSE. - #default_value
- Provide an array of id => x pairs for the ids that should be selected by default when #multiple is TRUE.
Provide the id as a scalar for the id that should be selected by default when #multiple is FALSE.