Hello,
I need to be able to display a stand-alone table in flex viewer with all records. I would like it to behave like the attribut table widget where you just click a tab and the table displays. It also needs to refresh on a specific interval.
I have a current workaround that ties each record to a point that isn't visible(since it doesn't really relate to that point) and I am able to display the data that way. The problem is the loss of data as they zoom away from the points in the map. Also, with serveral hundred records on some tables, my services are being taxed pretty hard trying to redraw all those points for numerous clients when the refresh happens.
I would appreciate any suggestions. I have attempted to use Robert's enhanced search widget for tables, but I want all records selected by default, and haven't found a way to do that with his widget. Also, I'm not sure about a refresh on his widget.
The current production site is at https://pricecontourmap.spp.org/pricecontourmap/ . The current table is only around 20 records, but we need to add another with close to 800.
Thanks in advance for any suggestions!!!
Justin Fultz