是否有可能以某种方式将已经摸索的选项传递给 angular ui-select,例如 jquery select2 Grouping results in Select2?对我来说不可能使用group-by
,因为有些选项没有父选项。
[
{id: 3, text: "Item name 3 without parent."},
{text: "Group name", children: [
{id: 1, text: "Item name 1"},
{id: 2, text: "Item name 2"}
]}
]