I am trying to create a visualization at runtime like explained in the Cartodb documentation:
Then I add infowindows for each entry with this command:
cdb.vis.Vis.addInfowindow(map, layer.getSubLayer(0), ['center_name','phone','age_range']);But the entries are displayed in alphabetical order, not the order I want it to be. Is there any way to force it to keep my order?
أكثر...
Then I add infowindows for each entry with this command:
cdb.vis.Vis.addInfowindow(map, layer.getSubLayer(0), ['center_name','phone','age_range']);But the entries are displayed in alphabetical order, not the order I want it to be. Is there any way to force it to keep my order?
أكثر...