cmv-app
cmv-app copied to clipboard
Showing custom div on click
I want to show a custom div on click and not the div shown in the screenshot. Can you please help?
Thanks

There are a few examples in issue #212 There is an example of using a tab container in the docs for the widget
@tmcgee Actually I am trying to display a div which will have list of all features. I don't want to display a pop-up. How can I do this?
@deepal13 I don't think the default identify widget will help with this. The default map infowindow is designed to display one feature at a time. You might be better off writing a custom widget to perform the identify and then load all of the features into tables.