Depending entries in editable table

Depending entries in editable table

scherbaumscherbaum Posts: 6Questions: 3Answers: 0

Hi,

I have the following table: http://debug.datatables.net/amuqoj

I want to get dropdown selection menus for both the columns 'Account' and 'Institute', where the possible selection options for 'Institute' depend on the current entry in 'Account'. Is this possible? And if yes, how?

Thank you for your help! :)

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin

    Hi,

    This sounds like a perfect use case for the dependent() method. There is a basic a example available, but you can do much more complex operations such as Ajax fetching the data for the dependent field.

    Regards,
    Allan

This discussion has been closed.