django-funky-sheets
django-funky-sheets copied to clipboard
Select querysets of the first row applied to all (dropdown)rows
Hi,
I am trying to filter Select field options in construct_formset method. However in hot table it applies queryset of the first row to rest of the rows.
Thanks for your time, Barış
Edit: I have been looking at hot docs and it seems select source is given at a column basis.
@barslmn Do I understand correctly that you aim for dropdowns with different options in the single column? If this is correct, how do you define which model instance gets which options out of all the options for given model field?
In django-extra-views's construct_formset method each form's field can be defined as a query set. But this behaviour does not translate to handsontable because select options are set by column. I think they can be set as cell attributes though but I am not sure.