Tableselect: add additional form elements in #options array

Created on 6 January 2012, about 13 years ago
Updated 28 January 2025, 26 days ago

Are there any plans to have support for form API elements in the tableselect #options array?

The idea is to be able to put additional elements, e.g. a select list or another checkbox, at each row of the table.

Right now, something like that would not work:

    $options = array();  
    foreach ($terms as $term) {
      $options[$term->tid] = array(
        'name' => $term->name,
        // Inject in every row a select list
        'more_options' => array(
            '#type' => 'select',
            '#options' => range(1,25),
        ),
      );
   }

What would need to be done in order to get something like this working, and could this be wanted behavior?

Thanks a lot for the advice.

✨ Feature request
Status

Postponed: needs info

Version

11.0 πŸ”₯

Component

forms system

Created by

πŸ‡¬πŸ‡§United Kingdom pvhee

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    Thank you for sharing your idea for improving Drupal.

    We are working to decide if this proposal meets the Criteria for evaluating proposed changes. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or there is no community support. Your thoughts on this will allow a decision to be made.

    Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.

    Thanks!

Production build 0.71.5 2024