Depending entries in editable table
Depending entries in editable table
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! :)
This discussion has been closed.
Answers
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