map.on("layers-add-result", function (evt) {        $.each(evt.layers[0], function (i, layer) {            $.each(layer.layerInfos, function (index, info) {                info.defaultVisibility = false;            });        });        buildLayerList(evt);    });
Hi Ken Buja,
Sorry for the late reply. yes, I want to show the layers list in an accordion on the map itself. Any sample would be of great help!
Thanks,
Biranchi
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.