Sha256: 800fd129acd99761f5e26d6ba5f67f8eb4ba3cef56802e85c4f4ff5a946c38b7
Contents?: true
Size: 1.64 KB
Versions: 1578
Compression:
Stored size: 1.64 KB
Contents
<% treeData = [{ label: "Power Home Remodeling", value: "Power Home Remodeling", id: "100", expanded: true, children: [ { label: "People", value: "People", id: "101", children: [ { label: "Talent Acquisition", value: "Talent Acquisition", id: "102", }, { label: "Business Affairs", value: "Business Affairs", id: "103", children: [ { label: "Initiatives", value: "Initiatives", id: "104", }, { label: "Learning & Development", value: "Learning & Development", id: "105", }, ], }, { label: "People Experience", value: "People Experience", id: "106", }, ], }, { label: "Contact Center", value: "Contact Center", id: "107", children: [ { label: "Appointment Management", value: "Appointment Management", id: "108", }, { label: "Customer Service", value: "Customer Service", id: "109", }, { label: "Energy", value: "Energy", id: "110", }, ], }, ], }] %> <%= pb_rails("multi_level_select", props: { id: "multi-level-select-return-all-selected-rails", name: "my_data_array", tree_data: treeData, return_all_selected: true }) %>
Version data entries
1,578 entries across 1,578 versions & 2 rubygems