Hello Jmix users,
I am trying to add the search condition on only single column of a Twincolumn component.But I am unable to get it.
I have attached the files regarding them.
help me resolve this problem.
Thanks and regards,
Rohit kale
Hello Jmix users,
I am trying to add the search condition on only single column of a Twincolumn component.But I am unable to get it.
I have attached the files regarding them.
help me resolve this problem.
Thanks and regards,
Rohit kale
Hi,
The TwinColumn
component can’t display items not included into its options, thus when you filter options, they also excluded from value. Unfortunately TwinColumn
doesn’t have built-in filter functionality to fit your needs. The only option I see is using two separate SingleSelectList with custom buttons to move items between columns. In this case, you’ll have more control over its functionality. Also, this implementation can be wrapper into CompositeComponent to be re-usable.
Regards,
Gleb