Sha256: 63ffe901a7a26327f20ba29e6ffcbfe1ef6260fc581ab135df1e287d877ce377
Contents?: true
Size: 1.67 KB
Versions: 1063
Compression:
Stored size: 1.67 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-seelcted_ids", name: "my_data_array_selected", return_all_selected: true, selected_ids:["110","102"], tree_data: treeData, }) %>
Version data entries
1,063 entries across 1,063 versions & 2 rubygems