I do not want all records of a layer's attribute table to be loaded into the attribute table. Can the config_Attribute Table.json be modified to limit results to the map extent by default, and only when the layer's scale range has been reached? Thanks.
Solved! Go to Solution.
Michael,
OK in 1.2
Tested and working in WAB 1.2
That worked!
File: Server\apps\##\widgets\AttributeTable\Widget.js
Change code this.matchingMap = false; TO this.matchingMap = True; (ln 145 in version 1.2)
Change code checked: false, TO checked: true, (ln 1031 in version 1.2)
Filter my Map Extent is enabled (now default) when application is launched.