I am using Arcgis JS Api 3.20 and I have a bottom panel which shows the layer's attribute tables and etc.
I want to use Tabcontainer in that bottom panel but didn't succeed.
Here is my code ( I use esri layers for this example not my own
)
Edit fiddle - JSFiddle
I don't know how to use Attribute Table widget, so I decided to write my own one
However I got stuck with first step.
I am new to Javascript and Dojo, so any help would be much appreciated. Thank you.